The name of the retailer in the confirmation popup is not displayed
Preconditions
Ubuntu 18, Nginx, PHP7.4, MySQL5.7
Magento Version: 2.4.0 EE+B2B
Module Retailer Version: "1.2.9.1",
Environment: Dev mode
Third party modules: smile/module-retailer smile/module-seller smile/module-store-locator
Steps to reproduce
- Create a new retailer with the name "Test retailer" from admin panel
- Go to Retailer grid in admin
- Choose "delete" in action column of grid for the chosen retailer
- Check popup appeared at the top of page
Expected result
- Popup with title Delete Test retailer
- Text of popup is Are you sure you want to delete Test retailer?
Actual result
- Popup with title Delete ${ $.$data.name }
- Text of popup is Are you sure you want to delete ${ $.$data.name } ?
The name of the retailer in the confirmation popup is not displayed
Preconditions
Ubuntu 18, Nginx, PHP7.4, MySQL5.7
Magento Version: 2.4.0 EE+B2B
Module Retailer Version: "1.2.9.1",
Environment: Dev mode
Third party modules: smile/module-retailer smile/module-seller smile/module-store-locator
Steps to reproduce
Expected result
Actual result