]
RH Bugzilla Integration commented on TEIIDDES-2260:
---------------------------------------------------
Debi Rieden <drieden(a)redhat.com> changed the Status of [bug
Teiid Designer doesn't clean up vdb.xml properly (Data Roles -
conditions)
--------------------------------------------------------------------------
Key: TEIIDDES-2260
URL:
https://issues.jboss.org/browse/TEIIDDES-2260
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 8.3.3
Reporter: Matus Makovy
Assignee: Barry LaFond
Priority: Minor
Fix For: 8.5.1, 8.3.4, 8.6
I don't know if it is a bug or there is some reason for that.
When I create a condition for Data Role(& Save VDB) and then remove the
condition(& Save VDB) Teiid Designer doesn't delete whole <permission> tag
only the <condition> tag
For example:
Before removing
<permission>
<resource-name>Products_view.PRODUCTDATA</resource-name>
<condition constraint="true">ISAMEXINT=1</condition>
</permission>
After removing:
<permission>
<resource-name>Products_view.PRODUCTDATA</resource-name>
</permission>
In my opinion Teiid Designer should delete whole <permission> tag and leave nothing
behind..