mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 03:18:48 +00:00
c135f10f72
This action was removed via Ib744b89 in 2019, see https://gerrit.wikimedia.org/r/c/mediawiki/extensions/VisualEditor/+/491537/4/modules/ve-mw/ui/dialogs/ve.ui.MWTemplateDialog.js Note the messages that are removed in this patch: * …-action-insert was used for the "insert" action. * …-action-apply was used for an "apply" action. * …-action-cancel doesn't mention an action. Internally, the cancel action is "". Since Ibd740ad the actions are registered in the FragmentDialog superclass, see https://gerrit.wikimedia.org/r/c/VisualEditor/VisualEditor/+/491536/2/src/ui/dialogs/ve.ui.FragmentDialog.js Note the messages. Cancel is unchanged. …-action-insert and …-action-apply are still there, but both linked to the same "done" action. The "apply" and "insert" actions are gone. I.e. they are merged into a single "done" action, represented by a single button that changes the label from "Insert" to "Apply changes" when needed. On top of that, MWTransclusionDialog.updateActionSet() replaces "Apply changes" with "Save". Note: Other dialogs also mention an "insert" action. I didn't look at these. These are not in the focus of our team's current project. Bug: T284895 Change-Id: I1d35ada3b5b2049ed20c2d940a1c065b704c978d |
||
---|---|---|
.. | ||
ve-mw | ||
ve-mw-collab |