mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
a6f784c095
We ended mixing two concepts in a single method: * We need a method that allows us to create the parameter list widget when it's needed, even if it's empty. This is relevant when a template is entirely empty, and the first parameter is added. This wasn't working. Instead the parameter list was created with all parameters. * On initialization we either want all parameters to be shown, or only used ones. But this code is only needed once, on initialization. I ended inlining this code in this patch. Bug: T300640 Bug: T304046 Change-Id: I6620a870e4420dcb8fecf522b3274458eeec891d |
||
---|---|---|
.. | ||
actions | ||
commands | ||
contextitems | ||
datatransferhandlers | ||
dialogs | ||
elements | ||
inspectors | ||
pages | ||
styles | ||
tools | ||
widgets | ||
ve.ui.MWAriaDescribe.js | ||
ve.ui.MWCommandRegistry.js | ||
ve.ui.MWExtensionWindow.js | ||
ve.ui.MWSequenceRegistry.js | ||
ve.ui.MWSurface.js | ||
ve.ui.MWWikitextCommandRegistry.js | ||
ve.ui.MWWikitextDataTransferHandlerFactory.js | ||
ve.ui.MWWikitextSequenceRegistry.js | ||
ve.ui.MWWikitextSurface.js | ||
ve.ui.MWWikitextTransferRegistry.js |