-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Add website- and storeview-code in stores admin grid #14156
Add website- and storeview-code in stores admin grid #14156
Conversation
Add website- and storeview-code in stores Admin-Grid.
Hi @aschrammel, thank you very much for your contribution! Would you consider adding the store name, too? |
Hi @mzeis, thanks for your feedback. |
@aschrammel Exactly :) |
Add store code in store admin grid.
@mzeis Done :) |
@magento-engcom-team give me new test instance |
Hi @mzeis, here is your new test Magento instance |
@@ -27,6 +27,7 @@ public function render(\Magento\Framework\DataObject $row) | |||
$this->getUrl('adminhtml/*/editGroup', ['group_id' => $row->getGroupId()]) . | |||
'">' . | |||
$this->escapeHtml($row->getData($this->getColumn()->getIndex())) . | |||
'</a>'; | |||
'</a><br />' | |||
. '(Code: ' . $row->getGroupCode() . ')'; |
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.
@aschrammel Please can you make "Code" translatable in all 3 places (like "Edit Store" here: Group.php and en_US.csv?
Then we should be good to go. Thanks!
Make "Code" string translateable. Translation for "Code" is already contained in i18n/en_US.csv (Line 101).
@magento-engcom-team give me new test instance |
Hi @mzeis, here is your new test Magento instance |
@aschrammel Thanks for you improvements, looking good! 👍 I'm handing over to QA & merging. |
Hi @mzeis, thank you for the review. |
@magento-engcom-team thanks for acceptance 😄 |
Thanks! I'll process it once the merge for this one is completed :) |
Hi @aschrammel, thanks again for your PR! It has been merged into |
…in stores admin grid #14157
Accepted Public Pull Requests: - #14270: Remove usage of $.browser as it's unused and deprecated in jQuery. Fixes #14267 (by @jonathanKingston) - #14157: [Foward-Port of #14156] Add website- and storeview-code in stores admin grid (by @aschrammel) - #14218: Removing unused legacy price code (by @jonathanKingston) - #14173: 2.3 devel 14172 set timeout (by @jonathanKingston) Fixed GitHub Issues: - #14267: Use of deprecated $.browser (reported by @jonathanKingston) has been fixed in #14270 by @jonathanKingston in 2.3-develop branch Related commits: 1. 6c46def - #14172: Remove use of setTimeout eval (reported by @jonathanKingston) has been fixed in #14173 by @jonathanKingston in 2.3-develop branch Related commits: 1. e501f67 2. 0684b13
This PR adds the webiste- and storeview-code in the stores admin grid like in Magento 1 stores overview.
Description
The PR joins additionally the
code
field from thestore
table to the admin grids row and adds the website code as well as the store view code in the respective renderers.Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist