Actions
Bug #6681
closedunnecessary warnings when removing parameters
Bugzilla-Id:
Description
When a parameter is removed that is referenced by something else, a warning is displayed to the user (in Variable.setContainer()). However, there are situations where the reference should be ignored. For example, the Kepler provenance recorder has a reference to all the parameters in the workflow. Another example is PtolemyQuery in attachParameter().
Attached is a patch to avoid these unnecessary warnings.
Files
Actions