Item15022: Change notifications not send out under certain conditions
Priority: Urgent
Current State: Closed
Released In: 2.1.7
Target Release: patch
Applies To: Engine
Component:
Branches: Release02x01 master
Problem observed: change notifications on newly created topics are not send out.
How to reproduce: create a new topic, checkpoint save it, then cancel to close the editor
Analysis: a checkpoint save is performed internally by automatically adding the "dontnotify".
As no normal save - one
without the "dontnotify" flag - is not being recorded, will no email notifications
be generated.
Proposed solution: the change affects a single line in Foswiki::UI::Save removing the automatic addition of "dontnotify"
for checkpoint save actions. If a user really wants to create content "under the radar" should he use the quiet save action.
A checkpoint save should not imply a quiet save.
--
MichaelDaum - 11 Mar 2021