Skip to content

Commit aad9636

Browse files
author
Mykola Silin
authored
Merge branch '4.3.0-develop' into 961-add-new-context-action-for-di.xml
2 parents dbcd0f6 + f10c3d5 commit aad9636

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

resources/magento2/common.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ common.module.version=Version
55
common.module.license=License(s)
66
common.dependencies=Dependencies
77
common.httpMethod=HTTP Method
8-
common.controller.name=Controller Name
8+
common.controller.name=Action Path
99
common.controller.inheritAction=Inherit Action Class
1010
common.controller.backend.acl=Admin Resource ACL
1111
common.controller.action=Action Name

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewControllerDialog.form

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@
7575
</constraints>
7676
<properties>
7777
<text value=""/>
78+
<toolTipText value="Can consist of few directories, for an ex.: Product/Custom"/>
7879
</properties>
80+
<clientProperties>
81+
<promptText class="java.lang.String" value="Folder name for Action"/>
82+
</clientProperties>
7983
</component>
8084
<component id="d25a" class="javax.swing.JLabel">
8185
<constraints>
@@ -109,7 +113,12 @@
109113
<preferred-size width="150" height="-1"/>
110114
</grid>
111115
</constraints>
112-
<properties/>
116+
<properties>
117+
<text value=""/>
118+
</properties>
119+
<clientProperties>
120+
<promptText class="java.lang.String" value="Class name for Action"/>
121+
</clientProperties>
113122
</component>
114123
<component id="77374" class="javax.swing.JLabel" binding="actionNameErrorMessage">
115124
<constraints>

0 commit comments

Comments
 (0)