-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 2.3.3
-
Component/s: None
This is for the HTML notifications. (same probably applies to the text ones)
I have a page off of the 'home' page for a space called 'alpha' with a hundred or so sub pages, all created (or last edited) by user Y
User X moves the page alpha to be a child of the sub-page 'stuff'.
- a notification for each and every descendant page is sent.
- a new, identical, version is created for each and every child page
- the notifcation claims that: User Y made a change. (in fact, user X made the move) see text below
- notification claims that the page has been edited. in fact, looking at the version history, the two page contents are identical
- expect: notification should only be sent for the page that is moved
- new versions should not be made for child pages - they have not been modified
- IF a notification MUST be sent, it should be attributed to User X, not User Y.
- a separate note: this can cause havok on our system. Recently moved a page heirarchy of over 200 or more pages, and the system slowed for 30 minutes.
==================
Page Edited : Space : ChildPageName
ChildPageName has been edited by User Y (Apr 20, 2007).
(View changes)
Content:
etc.
Thanks! (and thanks for fixing the other notication bugs so fast!)