redomino / redomino.advancedkeyword

redomino.advancedkeyword aims to improve the keyword mechanism provided by Plone introducing hierarchy among keywords.
4 stars 3 forks source link

Doesn't work on dexterity content #6

Open khink opened 10 years ago

khink commented 10 years ago

This seems to work fine on Plone 4.3.2 with Plone's default content, but not on dexterity items.

To reproduce:

kcleong commented 10 years ago

Hi Kees. I'm planning to solve this issue. I need an advanced keyword widget on dexterity content for a project I'm working on.

What should be the best way to implement this widget, create a Dexterity behaviour based on ICategorization? I guess a z3c.form widget has to be created which resembles the archetypes widget.

khink commented 10 years ago

That sounds like a good approach.

davidemoro commented 10 years ago

Hi @khink,

I'm sorry but I missed your ticket! Anyway dexterity support was in my plans but no sponsors for a dexterity behaviour yet.

I'm discussing with @kcleong (thank you!) the best integration strategy with backword compatibility in mind.

kcleong commented 10 years ago

I've started working on the Dexterity behavior in https://github.com/Goldmund-Wyldebeast-Wunderliebe/redomino.advancedkeyword/commits/dexterity (forked module in GWW and I'm working in the dexterity branch)