We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b926ff7 commit ce0de70Copy full SHA for ce0de70
src/com/magento/idea/magento2plugin/magento/packages/UiFormButtonTypeSettings.java
@@ -18,10 +18,10 @@ public enum UiFormButtonTypeSettings {
18
DELETE(
19
"Delete",
20
"delete",
21
- "sprintf(\"deleteConfirm('%s', '%s')\", \n" +
22
- "__('Are you sure you want to delete this $varName?'),\n" +
23
- "$this->getUrl(\n'*/*/delete',\n['$varIdConst' => " +
24
- "$this->$varEntityIdAccessor]\n)\n)",
+ "sprintf(\"deleteConfirm('%s', '%s')\", \n"
+ + "__('Are you sure you want to delete this $varName?'),\n"
+ + "$this->getUrl(\n'*/*/delete',\n[$varIdConst => "
+ + "$this->$varEntityIdAccessor]\n)\n)",
25
"[]",
26
20,
27
"Delete entity button."),
0 commit comments