-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Pageforms has a multi-page-edit feature (Special:MultiPageEdit)
Problem: only templates from NS Template are listed (not from NS OslTemplate)
https://github.com/wikimedia/mediawiki-extensions-PageForms/blob/0462c332a8645ff050fb6529def4a50ca4456aa2/includes/PF_Template.php#L49
https://github.com/wikimedia/mediawiki-extensions-PageForms/blob/0462c332a8645ff050fb6529def4a50ca4456aa2/includes/PF_Template.php#L81
replace $templateTitle = Title::makeTitleSafe( NS_TEMPLATE, $this->mTemplateName );
with $templateTitle = Title::makeTitleSafe( 7200, $this->mTemplateName );
does not work
Metadata
Metadata
Assignees
Labels
No labels