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

Making "watching" calendar menu item link to details page

    XMLWordPrintable

Details

    • 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

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      Tried to stop watching a calendar, but couldn't, it just said "Watching", no option to "Stop Watching".

      https://skitch.com/jsloat/fcpp3/team-calendars-extranet

      Discovered that this is because I watch a page that embeds this calendar. This should be clearer, I thought it was a bug.

       

      To Find Out Which Pages You are Currently Watching, Which Has The Calendar Macro Embedded

      Run this in the DB:

      SELECT c.TITLE, c.CONTENTID FROM BODYCONTENT b JOIN CONTENT c ON b.CONTENTID = c.CONTENTID JOIN NOTIFICATIONS n ON n.CONTENTID = c.CONTENTID WHERE b.BODY LIKE '%ac:structured-macro ac:name="calendar"%' AND c.PREVVER IS NULL AND n.username IN (SELECT user_key from user_mapping WHERE lower_username = '<username>');

      Replace <username> with the affected user's username in all lowercase

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jsloat John Sloat (Inactive)
              Votes:
              4 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: