Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-3817

Bad event on SetFOUserPreferencesAction

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.4.2
    • 3.4
    • Plugin : Web
    • None

      The event send for SetFOUserPreferencesAction is:

       Event event = new Event(_getCurrentUser(), ObservationConstants.USER_PREFERENCES_CHANGED, username, new Object[] {context});

      It probably should be:

       Site site = _siteManager.getSite(siteName);
      Event event = new Event(username, ObservationConstants.USER_PREFERENCES_CHANGED, site);

            ngavalda Nicolas Gavalda (Inactive)
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: