mediawiki-extensions-Visual.../modules/ve-mw
Thiemo Kreuz 6b346442ad Hotfix for broken "Extract show all to placeholder class"
This does not revert commit 950a5300 but applies the most
minimal hotfix I could come up with.

The reason for the breakage is that MWParameterPlaceholderPage
& MWParameterSearchWidget both hold references to the
MWTemplateModel. This model is not always the same. The dialog
might be the same when a template is edited multiple times.
But the model might be a new one. From this point on the
MWParameterSearchWidget pulls data from an outdated model.

This extra check compares this model reference and creates a
new widget when it changed.

Bug: T284636
Bug: T285571
Change-Id: Ib3eca52bbff90ffbf56a257e3984adcbe02b310b
2021-06-27 18:29:23 +02:00
..
ce Inline many var declarations in the code below 2021-06-23 09:02:24 +00:00
dm Merge "Wiring for adding and removing parameters" 2021-06-24 10:55:46 +00:00
init Remove @param/@return docs that literally repeat the code 2021-06-14 15:44:51 +02:00
preinit Remove @param/@return docs that literally repeat the code 2021-06-14 15:44:51 +02:00
tests Revert "Revert "Fall back from explicit parameter order to TemplateData sort"" 2021-06-23 16:39:13 +02:00
themes
ui Hotfix for broken "Extract show all to placeholder class" 2021-06-27 18:29:23 +02:00