Skip to content

Commit b7d2dea

Browse files
authored
Merge pull request #368 from pmclain/issue/64
Allow theme override of non-magento composer themes
2 parents 90ad884 + ca474e5 commit b7d2dea

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)