collective / Products.ATVocabularyManager

Contentish and VDEX Vocabularies for CMS Plone
https://pypi.org/project/Products.ATVocabularyManager
4 stars 8 forks source link

Version 1.6.4 View Issue #9

Open eroby opened 11 years ago

eroby commented 11 years ago

Just updated my buildout and the vocabulary manager updated to 1.6.4. I have a mix of VDEX and Simple Vocabularies defined. Unfortunately when navigating to the Simple Vocabularies, an exception is thrown:

KeyError: 'maySeeSomeConfiglets'

But when I add /folder_contents to the resulting URL - it displays as expected. Note that all other types seem to work as expected.

Thanks in advance...

Eric

holdenhao commented 11 years ago

This method was added in Plone 4.1.6. See

https://github.com/plone/Products.CMFPlone/commit/dc50f55f9e90e34a1c3874c0a8d01f8d4a9d3b60

Either update your Plone or use a lower version.

eroby commented 11 years ago

Thanks for the clarification.

On Sun, Jul 7, 2013 at 3:16 AM, holdenhao notifications@github.com wrote:

This method was added in Plone 4.1.6. See

plone/Products.CMFPlone@dc50f55https://github.com/plone/Products.CMFPlone/commit/dc50f55f9e90e34a1c3874c0a8d01f8d4a9d3b60

Either update your Plone or use a lower version.

— Reply to this email directly or view it on GitHubhttps://github.com/collective/Products.ATVocabularyManager/issues/9#issuecomment-20567452 .

tomgross commented 9 years ago

@eroby Is this an open issue in the current version of Plone / ATVocManager?