Skip to content

Commit e57d130

Browse files
Changed layout name according to the new controller name
1 parent cfb68fe commit e57d130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewEntityDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ private void generateGridLayoutFile() {
809809
getRoute(),
810810
getModuleName(),
811811
getEntityName(),
812-
"Listing",
812+
AdminListViewActionFile.CLASS_NAME,
813813
getGridName()
814814
), project).generate(ACTION_NAME, false);
815815
}

0 commit comments

Comments
 (0)