Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-16297

Make minor notification state persistent

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Duplicate
    • None
    • None
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      This occurs due to fact that the minor notification status is not persistent, i.e. it is not stored in the DB. It is only known during the session, and thus only able to distinguish between sending 'Space' or 'Page' notification (affecting the Watching functionality only)

      else if ( ( (PageUpdateEvent) event).isMinorEdit() )

      { shouldNotify = false; }

      else

      { PageUpdateEvent pageUpdateEvent = (PageUpdateEvent)event; notificationData.addToContext("originalContent", pageUpdateEvent.getOriginalPage()); notificationData.setTemplateName("editpage-notification.vm"); }

      if (shouldNotify)

      { sendSpaceNotifications(space, notificationData); sendPageNotifications(page, notificationData); }

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              ivan@atlassian.com Ivan Benko [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: