mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ModuleImpl: allow module components overriding
It's used in treeProjectModel for LegacyBridgeModuleRootComponent GitOrigin-RevId: 5796a329dc37ca5010dda1f5c5570d748d97da3f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4557afed00
commit
e74df8a9a5
@@ -107,7 +107,7 @@ public class ModuleImpl extends PlatformComponentManagerImpl implements ModuleEx
|
||||
}
|
||||
|
||||
for (String optionName : options.keySet()) {
|
||||
if ("workspace".equals(optionName)) {
|
||||
if ("workspace".equals(optionName) || "overrides".equals(optionName)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user