|
|
@ -99,7 +99,10 @@ public class CompanyExpandoStartupAction extends SimpleAction { |
|
|
|
ExpandoTableConstants.DEFAULT_TABLE_NAME); |
|
|
|
ExpandoTableConstants.DEFAULT_TABLE_NAME); |
|
|
|
} catch (PortalException e1) {} |
|
|
|
} catch (PortalException e1) {} |
|
|
|
} |
|
|
|
} |
|
|
|
ExpandoColumn expandoColumn = ExpandoColumnLocalServiceUtil.getColumn(expandoTable.getTableId(), name); |
|
|
|
ExpandoColumn expandoColumn = null; |
|
|
|
|
|
|
|
if(expandoTable != null){ |
|
|
|
|
|
|
|
expandoColumn = ExpandoColumnLocalServiceUtil.getColumn(expandoTable.getTableId(), name); |
|
|
|
|
|
|
|
} |
|
|
|
if (expandoColumn == null) { |
|
|
|
if (expandoColumn == null) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
// Manifattura Web Group, modifica per rendere possibile la creazione di campi personalizzati di tipo
|
|
|
|
// Manifattura Web Group, modifica per rendere possibile la creazione di campi personalizzati di tipo
|
|
|
|