mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
OPENIDE #185 Disable errors for facets
(cherry picked from commit8fc87aa446) (cherry picked from commite4ed8dd255) (cherry picked from commit6c32db40ec) (cherry picked from commita024d8f09b)
This commit is contained in:
@@ -218,7 +218,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