You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, categories reference the assigned filters by name. If the name of a
filter is changed, the category no longer is able to locate the filter. The
correct relationship is to have the category hold a reference to the filter object.
Deleting a filter currently does not check to determine if a filter is currently
being referenced by a category. Filters that are referenced by a category should
not be deleted.
Currently, categories reference the assigned filters by name. If the name of a
filter is changed, the category no longer is able to locate the filter. The
correct relationship is to have the category hold a reference to the filter object.
Deleting a filter currently does not check to determine if a filter is currently
being referenced by a category. Filters that are referenced by a category should
not be deleted.
Merged from here: https://java.net/jira/browse/TDA-28
The text was updated successfully, but these errors were encountered: