Skip to content
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

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

Open
Stepa4man opened this issue Nov 24, 2020 · 0 comments
Open

Comments

@Stepa4man
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant