Questions tagged [adminhtml]
Questions about extending the Magento admin panel and the admin theme
6 questions from the last 365 days
0
votes
2
answers
230
views
Magento2 - Replicate admin login in custom controller
We have been struggling with this during last days
If we try a frontend controller replicating the same code Magento fires when authenticating an admin user then we always end with session/cookies ...
1
vote
0
answers
37
views
Magento 2 use create product configurations wizard component in custom admin form
I want to use same create product configurations wizard component which used in product form into my custom admin form with same functionality. I tried to check/reference from default module-...
0
votes
0
answers
50
views
How to transfer custom fields to new order when editing from admin panel
In Magento 2, when editing an order from the admin panel, Magento cancels the original order and creates a new one. I have added some custom fields to the sales_order table (these are not part of ...
0
votes
1
answer
220
views
tinymcsAdapter.js error in M 2.4.5-p12
I'm getting this error in 2.4.5-p12 admin:
main.ERROR: Unable to resolve the source file for 'adminhtml/Magento/backend/en_GB/mage/adminhtml/wysiwyg/tiny_mce/tinymceAdapter.js'
The file in static ...
0
votes
1
answer
66
views
How can I make specific rows unselectable in a custom Magento 2 admin UI grid?
I'm working with Magento 2 and I need to configure an admin UI grid so that some rows cannot be selected via the checkbox column (i.e., they're unselectable in mass actions).
Is there a recommended ...
0
votes
3
answers
172
views
Extension attribute not saved in Customer address entity
There must be something that I'm not seeing, some custom attribute I added to the customer_address_entity table isn't not saved.
The idea is to from admin form add then (get/save) custom attribute ...