mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-04 10:48:52 +00:00
4c7167b571
Before the (intentional) design decision was to not do anything special when the same parameter is used multiple times (via aliases). Garbage in, garbage out. Only the first usage of the parameter would work as intended. The rest was ignored and subsequently removed from the wikitext. New design decision: Track and display duplicates as they appear in the wikitext. Notes: * It's not possible to create such a situation in VE. Do this via wikitext. * Labels will be made distinguishable via T309198. * Possible warning messages will be added later. * The behavior when unchecking a duplicate will be specified later. Bug: T309198 Bug: T310248 Change-Id: I6011344638cdad8529d8f57513ef51b5237eb878 |
||
---|---|---|
.. | ||
ve.dm.MWImageModel.test.js | ||
ve.dm.MWTemplateModel.test.js | ||
ve.dm.MWTemplateSpecModel.test.js | ||
ve.dm.MWTransclusionContentModel.test.js | ||
ve.dm.MWTransclusionModel.test.js |