-
Notifications
You must be signed in to change notification settings - Fork 1
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
[16.0][3550][ADD] product_security #48
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.
Code review. Please just update the commented part.
@@ -0,0 +1,9 @@ | |||
This module restricts the updating of product categories for products to only those users | |||
in the group_product_category_management group. |
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.
in the group_product_category_management group. | |
in the group_product_manager group. |
product_security/i18n/ja.po
Outdated
"You are not allowed to update product category. Please contact administrator" | ||
" as necessary." | ||
msgstr "" | ||
"プロダクトカテゴリーを更新することは許可されていません。" |
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.
"プロダクトカテゴリーを更新することは許可されていません。" | |
"プロダクトカテゴリを更新することは許可されていません。" |
Just in case, can we keep the translation the same as the standard?
Sorry for the detail.
3550
Supersede of https://github.com/qrtl/axls-private/pull/37