When clicking on watch or unwatch the 'Change Subject' link disappears.
Version: master
Severity: normal
When clicking on watch or unwatch the 'Change Subject' link disappears.
Version: master
Severity: normal
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | Nischayn22 | T47618 Watching or unwatching removes the Change Subject link | |||
Resolved | Krenair | T47329 Use module "mediawiki.api.watch" on lqt.js |
I investigated this issue, on clicking 'watch' $.load() is executed which tries to rebuild the command menu by retrieving from the server.. This is wrong and we should be able to build it on client side without interacting with the server.
The actual error happens because the 'Change Subject' button is not build in PHP but in JS which doesn't appear using load()
Change 51834 merged by jenkins-bot:
Watching and Unwatching made 'Change Subject' disappear.