-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Delete Product Tooltip To Archive Product #2030
Change Delete Product Tooltip To Archive Product #2030
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if the Trashcan is the best icon for "Archive". Don't we use a different icon elsewhere for "Archive"?
Also we still have "Remove Variant" which is also just Archiving that we should also probably change. (and maybe should be "Remove Option"?)
server/methods/catalog.js
Outdated
@@ -700,12 +700,12 @@ Meteor.methods({ | |||
}, | |||
|
|||
/** | |||
* products/deleteProduct | |||
* products/archiveProduct | |||
* @summary delete a product and unlink it from all media |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably should change this in the comment as well
private/data/i18n/en.json
Outdated
@@ -255,7 +255,7 @@ | |||
"duplicateProduct": "Duplicate Product", | |||
"pinProduct": "Pin Product", | |||
"toggleSize": "Toggle Size", | |||
"deleteProduct": "Delete Product", | |||
"archiveProduct": "Archive Product", | |||
"restoreProduct": "Restore Product from Trash", | |||
"deleteSelectedProducts": "Delete selected products?", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need this "Delete selected products?"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, we do not.
Let's change the icon there to be |
Resolves
#2014
Manual Test
Archive product.
Archive Variant
Archive Option