Making "watching" calendar menu item link to details page

XMLWordPrintable

      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

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

              Created:
              Updated:
              Resolved: