Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Won't Fix
-
None
-
None
-
None
-
Hippo 7.7
Hippo CMS version 2.22.01
Repository version 2.22.02 build 32360
Taxonomy plugin 1.08.02
Description
- Generate project using archetype 1.05.02
- Add taxonomy plugin 1.08.02
- Create document type
- Add taxonomy picker to document type
- Save/commit document type
- Now try to copy the document type
- The copy dialog will freeze, an exception will be thrown (check logs)
Looks like this is caused by the classifiable mixin not being copied?
[INFO] [talledLocalContainer] Caused by: java.lang.IllegalStateException: node is not classifiable
[INFO] [talledLocalContainer] at org.onehippo.taxonomy.plugin.MixinClassificationDaoPlugin.getClassification(MixinClas
sificationDaoPlugin.java:49)
[INFO] [talledLocalContainer] at org.onehippo.taxonomy.plugin.TaxonomyPickerPlugin$CategoryListView.getItemModels(Taxo
nomyPickerPlugin.java:82)
- When refreshing the browser, the new copy of the type will be visible but it will not load (some wicket exceptions are thrown).
Not sure if this is a bug in CMS, Taxonomy Plugin, or both. It's fairly common for a plugin to add a mixin, so this should not break any functionality.
Attachments
Issue Links
- is a result of
-
CMS-5865 Allow adding and removing (dynamic) mixins to a document or compound type
- Closed