Skip to content

966 add a placeholders to create new controller form #962

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/magento2/common.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ common.module.version=Version
common.module.license=License(s)
common.dependencies=Dependencies
common.httpMethod=HTTP Method
common.controller.name=Controller Name
common.controller.name=Action Path
common.controller.inheritAction=Inherit Action Class
common.controller.backend.acl=Admin Resource ACL
common.controller.action=Action Name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@
</constraints>
<properties>
<text value=""/>
<toolTipText value="Can consist of few directories, for an ex.: Product/Custom"/>
</properties>
<clientProperties>
<promptText class="java.lang.String" value="Folder name for Action"/>
</clientProperties>
</component>
<component id="d25a" class="javax.swing.JLabel">
<constraints>
Expand Down Expand Up @@ -109,7 +113,12 @@
<preferred-size width="150" height="-1"/>
</grid>
</constraints>
<properties/>
<properties>
<text value=""/>
</properties>
<clientProperties>
<promptText class="java.lang.String" value="Class name for Action"/>
</clientProperties>
</component>
<component id="77374" class="javax.swing.JLabel" binding="actionNameErrorMessage">
<constraints>
Expand Down