-
Bug
-
Resolution: Fixed
-
High
-
beta
-
Severity 3 - Minor
-
NOTE: This bug report is for Confluence Server. Using Confluence Cloud? See the corresponding bug report.
In using questions for about 3 weeks, Everybody watching the 'development' topic has been mass unwatched for some reason about 2-3 times. It happens sporadically and I'm not sure what the cause is (maybe applying updates to Confluence resets everything) but it is annoying to have that list of people go in and click watch on the topic again and they have missed whatever questions were asked in the interim.
- relates to
-
CONFCLOUD-47649 Topics get unwatched
-
- Closed
-
- mentioned in
-
Page Failed to load
The confluence-questions workaround code in com.atlassian.confluence.plugins.questions.internal.lifecycle.PluginLifecycle.disableLabelRemoveListener disables the module confluence.listeners.core:label-remove-listener, which breaks a newly-added confluence test for broken modules (and possibly breaks cleanup of notifications for deleted labels)
However this workaround is no longer needed since CONFDEV-22026 was fixed, since the listener module now correctly listens to LabelDeleteEvent instead of LabelRemoveEvent.
I'll rename the module in Confluence, so the current CQ workaround code will do nothing on new versions.