-
Bug
-
Resolution: Done
-
Major
-
7.7, 8.2
-
None
-
None
I have a model like below with a role defined to remove read privileges on 'column1a2' only.
model1
-> table1a
---> column1a1
---> column1a2
-> table1b
---> column1b1
---> column1b2
I adjust the model to rename 'column1b2' to 'uselessColumn':
model1
-> table1a
---> column1a1
---> column1a2
-> table1b
---> column1b1
---> uselessColumn
The role is reset and now has default read privileges defined across the entire model. I have to manually edit the role to reset it to the prior defined permissions.
- relates to
-
TEIIDDES-1979 Changes to a table's columns can result in role being reset for the entire model - 7.7.x
- Closed