Also same warning clicking [Cancel] or [Reply] buttons below the post entry form.
One time this manifested as a JS error and the entry box didn't expand, although it did show the form buttons. I can't reproduce that.
Also same warning clicking [Cancel] or [Reply] buttons below the post entry form.
One time this manifested as a JS error and the entry box didn't expand, although it did show the form buttons. I can't reproduce that.
| rEFLW extension-Flow | |||
| rEFLW00df5a57f623 Dont pass along schema as an eventlogging argument | |||
| rEFLW779b60cdce1c Dont pass along schema as an eventlogging argument | |||
| rEFLW0da20422c84a Don't pass along schema as an EventLogging argument | |||
| rEFLW3e3059ec1de3 Don't pass along schema as an EventLogging argument | |||
| rMEXT MediaWiki Extensions | |||
| rMEXT1575fff372e7 Updated mediawiki/extensions Project: mediawiki/extensions/Flow… | |||
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Duplicate | None | T78578 Retest all FlowReplies logging paths and make sure they validate | |||
| Resolved | None | T78577 Clicking topic titlebar or post Reply link warns "Validation error against schema FlowReplies: Unrecognized property: schema" |
modules/engine/components/common/flow-component-events.js gets the schema from the data.flowEventlogSchema data attribute, but leaves this in the logEvent payload (second parameter) as schema. It should filter it out.
Change 179983 had a related patch set uploaded (by EBernhardson):
Dont pass along schema as an eventlogging argument
Change 179983 merged by jenkins-bot:
Don't pass along schema as an EventLogging argument
Change 180043 had a related patch set uploaded (by EBernhardson):
Don't pass along schema as an EventLogging argument
Change 180043 merged by jenkins-bot:
Don't pass along schema as an EventLogging argument