[
https://issues.jboss.org/browse/TEIIDDES-1864?page=com.atlassian.jira.plu...
]
Barry LaFond resolved TEIIDDES-1864.
------------------------------------
Resolution: Done
See TEIIDDES-1979 for 7.7.x
Changes to a table's columns can result in role being reset for
the entire model
--------------------------------------------------------------------------------
Key: TEIIDDES-1864
URL:
https://issues.jboss.org/browse/TEIIDDES-1864
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 7.7, 8.2
Reporter: Marc Shirley
Assignee: Johnathon Lee
Fix For: 8.3
Attachments: DataRoleResolver.patch
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira