Smile-SA / magento2-module-retailer

14 stars 30 forks source link

The name of the retailer in the confirmation popup is not displayed #34

Open Stepa4man opened 3 years ago

Stepa4man commented 3 years ago

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

  1. Create a new retailer with the name "Test retailer" from admin panel
  2. Go to Retailer grid in admin
  3. Choose "delete" in action column of grid for the chosen retailer
  4. Check popup appeared at the top of page

Expected result

  1. Popup with title Delete Test retailer
  2. Text of popup is Are you sure you want to delete Test retailer?

Actual result

  1. Popup with title Delete ${ $.$data.name }
  2. Text of popup is Are you sure you want to delete ${ $.$data.name } ? image