mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Adds option for deleting attachments from the app (#222)
* Adds option for deleting attachments from the app Closes https://github.com/inventree/inventree-app/issues/153 * Add entry to release notes
This commit is contained in:
parent
15b4cbc67a
commit
207e5ec6c5
3 changed files with 57 additions and 1 deletions
|
|
@ -208,12 +208,18 @@
|
|||
"delete": "Delete",
|
||||
"@delete": {},
|
||||
|
||||
"deleteFailed": "Delete operation failed",
|
||||
"@deleteFailed": {},
|
||||
|
||||
"deletePart": "Delete Part",
|
||||
"@deletePart": {},
|
||||
|
||||
"deletePartDetail": "Remove this part from the database",
|
||||
"@deletePartDetail": {},
|
||||
|
||||
"deleteSuccess": "Delete operation successful",
|
||||
"@deleteSuccess": {},
|
||||
|
||||
"description": "Description",
|
||||
"@description": {},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue