Feature #1498
closedRemove types with subs and/or linked entities
Description
At the moment, hierarchy and types cannot be deleted if entities or subtypes are connected. One reason for this is to prevent deleting accidentally a lot of type information. Nevertheless, there should be an option to do it because otherwise it could get very cumbersome to delete an obsolete hierarchy or type.
To ensure accidentally deletes, we should clearly warn that connections to entities will be deleted recursively.
Implementation
Now, when a type for deletion has subs and/or linked entities a warning page will be shown which also displays concerning subs and linked entities.
Updated by Alexander Watzinger over 2 years ago
- Subject changed from Remove hiearchy and types even with connected entities or sub types to Remove hiearchy and types even with subs or connected entities
Updated by Alexander Watzinger over 2 years ago
- Subject changed from Remove hiearchy and types even with subs or connected entities to Remove hiearchies and types even with subs or connected entities
Updated by Alexander Watzinger over 2 years ago
- Target version changed from 7.1.0 to 7.3.0
Updated by Alexander Watzinger over 2 years ago
- Status changed from Acknowledged to In Progress
- Assignee set to Alexander Watzinger
Updated by Alexander Watzinger over 2 years ago
- Subject changed from Remove hiearchies and types even with subs or connected entities to Remove hierarchies and types even with subs or connected entities
Updated by Alexander Watzinger over 2 years ago
- Subject changed from Remove hierarchies and types even with subs or connected entities to Remove hierarchies and types with subs or linked entities
Updated by Alexander Watzinger over 2 years ago
- Assignee changed from Alexander Watzinger to Bernhard Koschiček-Krombholz
Updated by Bernhard Koschiček-Krombholz over 2 years ago
- Description updated (diff)
Working notes:
If the type has subtypes or entities, show an extra page where all subtypes and entities are listed and warn the user, that all these links will be deleted and all subtypes are also deleted.
Hierarchies additionally needed to be deleted in the web.hierarchy table.
Updated by Bernhard Koschiček-Krombholz over 2 years ago
- Status changed from In Progress to Resolved
Feature complete in feature_type_delete branch.
Updated by Bernhard Koschiček-Krombholz over 2 years ago
- Status changed from Resolved to Closed
Updated by Alexander Watzinger over 2 years ago
- Subject changed from Remove hierarchies and types with subs or linked entities to Remove types with subs and/or linked entities