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
1 stars 4 forks source link

Remote autocompletion fails #39

Open gesinn-it-gea opened 1 year ago

gesinn-it-gea commented 1 year ago

Remote autocompletion fails, if the number of values for a field exeeds $wgPageFormsMaxLocalAutocompleteValues.

For example:

As a result of failing, the field stays "busy" but does not have any values to autocomplete on.

grafik

As a workaround, set $wgPageFormsMaxLocalAutocompleteValues to a higher value.