• 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.

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

      Twice now I've added an event to the "Atlassian Company Events" calendar because it starts with "A".

      I added an event on our team calendars team calendar for David, hit save.
      Then I pressed add again to add another one for me... and didn't even read the calendar name.. very annoying..

      Is this a quick win? Maybe one for the VN team? Even if it's local storage

            [CONFSERVER-50246] Remember my last Calendar name and event type selection

            DavidA added a comment -

            Hmm.. The setParameter() function was initially intended for hidden inputs (it might still be). I don't think it is a requirement to implement this solely within TC's code. You could use cookies.

            DavidA added a comment - Hmm.. The setParameter() function was initially intended for hidden inputs (it might still be). I don't think it is a requirement to implement this solely within TC's code. You could use cookies.

            My solution :
            I will use method:

            CalendarPlugin.setParameter(_calendarDiv, "calendarSelected" , calendarSelect.val());

            for hold value's calendar Selected and value's event type selected.
            But calendarDiv will constructor again when refresh page, then my value just keep when user don't refresh page.

            I'm going to save value to cache. merickson, dchui: do u have other solution?

            Hieu Ta (Inactive) added a comment - My solution : I will use method: CalendarPlugin.setParameter(_calendarDiv, "calendarSelected" , calendarSelect.val()); for hold value's calendar Selected and value's event type selected. But calendarDiv will constructor again when refresh page, then my value just keep when user don't refresh page. I'm going to save value to cache. merickson , dchui : do u have other solution?

              hta Hieu Ta (Inactive)
              smansour Sherif Mansour
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: