Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plone Vocabulary Registry #69

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Conversation

ksuess
Copy link
Member

@ksuess ksuess commented Dec 11, 2021

  • register vocabulary
  • query vocabulary

aaand: register definitly protected vocabulary

option: protect vocabulary
is an option that is missing with utility registration of vocabularies
    <plone:vocabulary
      name="plone.app.vocabularies.justtest"
      factory=".datetimerelated.WeekdaysFactory"
    />
@mister-roboto
Copy link

@ksuess thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

@ksuess
Copy link
Member Author

ksuess commented Dec 11, 2021

Unfortunatly the IVocabularyRegistry utility is not yet available in directive handler=".metaconfigure.VocabularyDirective"
So my intended registry can be given to the rabbits. Next week next try.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants