]
Barry LaFond updated TEIIDDES-2900:
-----------------------------------
Fix Version/s: 11.2
(was: 11.1)
Delete Resource Refactoring framework needs work
------------------------------------------------
Key: TEIIDDES-2900
URL:
https://issues.jboss.org/browse/TEIIDDES-2900
Project: Teiid Designer
Issue Type: Task
Components: Modeling
Affects Versions: 10.0.1, 10.1
Reporter: Barry LaFond
Fix For: 11.2
Currently when you delete a View model, only the view model is deleted as long as it
isn't used/referenced in another view model.
If a user selects a source model, any view models that depend on the source model will
also be selected for deletion.
This seems overkill.
The old Delete model framework, deleted only the selected resource and it walked through
any dependent models and cleaned up any references to the model being deleted.
So suggesting that we restore the single-resource delete (for models especially) and
restore the model clean-up to insure that references are removed (i.e. transformation
mappings) as well as the model import.