Versuch die deinstallierten (unloaded) contenttypes aus der Liste fürs Hinzufügen von contenttypes zu entfernen. -> ohne Erfolg

git-svn-id: https://svn.libreccm.org/ccm/trunk@3473 8810af33-2d31-482b-a856-94f89814c4df
master
tosmers 2015-06-08 18:02:21 +00:00
parent 23344ca371
commit a0e4ecab3e
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ public abstract class AbstractContentTypeUnloader extends PackageLoader {
for (Iterator it = types.iterator(); it.hasNext();) {
final ContentType type = (ContentType) it.next();
section.removeContentType(type);
//section.removeNotAssociatedContentTypes(type);
// necessary??
//type.getAuthoringKit().delete();
//type.delete();