Multiple email subscriptions will be sent from the first users locale

XMLWordPrintable

    • 3.13
    • Severity 3 - Minor
    • Hide
      Atlassian Update – 16 November 2017

      Hi everyone,

      The issue has not collected enough votes, watches, comments or support cases during it's lifetime. In this sense overal interest in the reported problem is low.
      Jira team is focusing on bigger and more impactful issues at the moment and we are not likely to look at the current bug soon. Therefore I'm resolving the issue as Timed Out.

      Atlassian will continue to watch issue for the further updates, so please don't hesitate to share your feedback in the issue comments.

      Cheers,
      Ignat Alexeyenko
      Jira bugmaster.

      Show
      Atlassian Update – 16 November 2017 Hi everyone, The issue has not collected enough votes, watches, comments or support cases during it's lifetime. In this sense overal interest in the reported problem is low. Jira team is focusing on bigger and more impactful issues at the moment and we are not likely to look at the current bug soon. Therefore I'm resolving the issue as Timed Out . Atlassian will continue to watch issue for the further updates, so please don't hesitate to share your feedback in the issue comments. Cheers, Ignat Alexeyenko Jira bugmaster.

      Multiple email subscriptions will be sent from the first users locale.

      In the IssueWebTableComponent we pass in an I18nBean gotten from the JiraAuthenticationContex.

      This is its implementation:

          public I18nBean getI18nBean()
          {
              I18nBean i18nBean = (I18nBean) getRequestCache().get(RequestCacheKeys.I18N_BEAN);
              if (i18nBean == null)
              {
                  i18nBean = new I18nBean(getUser());
                  getRequestCache().put(RequestCacheKeys.I18N_BEAN, i18nBean);
              }
              return i18nBean;
          }
      

      We need to generate a new I18nBean for each subscription.

              Assignee:
              Unassigned
              Reporter:
              Nick Menere [Atlassian] (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: