[New Instrument Name] preserve deleted name entries
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
When a user deletes a name, the name should disappear from visibility on UMIL but persist on the UMILdb.
The solution is to create another InstrumentName model attribute, indicating if the name has been deleted by the user.
- if a contributor deletes a name from the frontend, the name disappears from view and its deleted attribute is marked as true
- if a superuser deletes a name from the frontend or backend, the name disappears from view and its deleted attribute is marked as true
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.