mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2025-01-19 00:15:49 +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 |
||
---|---|---|
.. | ||
ce | ||
dm | ||
init | ||
preinit | ||
tests | ||
themes | ||
ui |