mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
OPENIDE #185 Disable errors for facets
(cherry picked from commit 8fc87aa446)
This commit is contained in:
@@ -200,7 +200,7 @@ class FacetModelBridge(private val moduleBridge: ModuleBridge) : FacetModelBase(
|
||||
name = entity.name
|
||||
setFacetType(entity.typeId.name)
|
||||
configuration = entity.configurationXmlTag?.let { JDOMUtil.load(it) }
|
||||
}, underlyingFacet, ProjectBundle.message("error.message.unknown.facet.type.0", entity.typeId.name), true, !PluginManagerCore.isDisabled(PluginManagerCore.ULTIMATE_PLUGIN_ID))
|
||||
}, underlyingFacet, ProjectBundle.message("error.message.unknown.facet.type.0", entity.typeId.name), true, false)
|
||||
}
|
||||
|
||||
val configuration = facetType.createDefaultConfiguration()
|
||||
|
||||
Reference in New Issue
Block a user