gesinn-it-pub / mediawiki-extensions-PageForms

Fork of MediaWiki extension PageForms that aims to simplify contribution through hosting on GitHub instead of Gerrit, improved quality through better test coverage (to be done) and continuous integration.
Other
2 stars 4 forks source link

bug: wrong initialization of JS after fix for #53 #57

Closed gesinn-it-gea closed 7 months ago

gesinn-it-gea commented 8 months ago

After an attempt to fix #53 with #55 , VisualEditor Instances in Multi Instance Templates are initialized twice. It is also possible that there are other previously undiscovered problems due to the change.

image

gesinn-it-gea commented 8 months ago

I think the proper place to fix #53 is somewhere here: https://github.com/gesinn-it-pub/mediawiki-extensions-PageForms/blob/8b43da46d296ae4726975fddab283f59af17204a/libs/PageForms.js#L1514