Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-5455

Replace use of queries with node traversal in user, group and role -managers

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.2
    • None
    • None
    • None
    • 5.2-rc1

      Using queries doesn't work before the session is saved. During install/update we often bootstrap in users, roles and groups and later use the managers to modify them. Because queries are used the managers can't find them.

      We should instead traverse the workspaces and find them that way.

      Initially we suspected this to be a problem with sessions not being synched, the first commit addresses this but it turned out not to be the problem. Disregard this commit.

        Acceptance criteria

              tmattsson Tobias Mattsson
              tmattsson Tobias Mattsson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR