Skip to content

Commit 48cba81

Browse files
authored
Merge pull request #371 from pmclain/issue/64-backport
Backport #386 Allow theme override of non-magento composer themes
2 parents 7f2b6bb + 770e2f0 commit 48cba81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/indexes/ModuleIndex.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public List<String> getEditableModuleNames() {
5353
}
5454

5555
public List<String> getEditableThemeNames() {
56-
return getThemeNames("/" + Package.vendor + "/|/tests/|/test/", true);
56+
return getThemeNames("/" + Package.vendor + "/magento/|/tests/|/test/", true);
5757
}
5858

5959
public List<String> getModuleNames() {

0 commit comments

Comments
 (0)