Opened 2 years ago
Closed 2 years ago
#1415 closed defect (fixed)
Incorrect permissions when installation wizard is creating new items (sometimes)
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.40.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
When the installation wizard create new items they are usually shared to the SCAN-B project and maybe some other special permissions. In some cases the permissions should not include the SCAN-B project but only, for example, the PatientCurator
role. Since there are no permissions for the project BASE will automatically apply the "share-to-active-project" permissions. To prevent this from happening we need to "reset" the current permissions first by calling setItemKey(null)
and setProjectKey(null)
.
Change History (2)
comment:1 by , 2 years ago
Summary: | Incorrect permissions when creating new items → Incorrect permissions when installation wizard is creating new items (sometimes) |
---|
comment:2 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 6857: