mediawiki-extensions-Visual.../modules
Thiemo Kreuz a6f784c095 Fix hiding unused template parameters sometimes not working
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
2022-03-22 15:41:55 +01:00
..
ve-mw Fix hiding unused template parameters sometimes not working 2022-03-22 15:41:55 +01:00
ve-mw-collab Desktop: Always show loading progress in a toolbar placeholder 2022-02-14 16:17:48 +00:00
.eslintrc.json eslint: Lint root files with server rules 2022-03-17 23:39:53 +00:00