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

Specific Dexterity behaviors are shown on all content types #2087

Closed
hvelarde opened this issue Jun 26, 2017 · 1 comment
Closed

Specific Dexterity behaviors are shown on all content types #2087

hvelarde opened this issue Jun 26, 2017 · 1 comment

Comments

@hvelarde
Copy link
Member

What I did:

I registered a Dexterity behavior like this:

  <plone:behavior
      title="Library"
      description="Adds extra fields for file classification."
      provides="my.package.behaviors.ILibrary"
      for="plone.app.contenttypes.interfaces.IFile"
      i18n:attributes="title; description"
      />

What I expect to happen:

as the behavior is declared explicitly for IFile I expect is shown only on File content type.

What actually happened:

the behavior is available for all Dexterity content types.

What version of Plone/ Addons I am using:

Plone 4.3.14 (this may happen in Plone 5 also) and plone.app.contenttypes 1.1.1.

@jensens
Copy link
Sponsor Member

jensens commented Mar 13, 2023

I close the issue, because it addresses a Plone version that is no longer supported.
If you think this is wrong please reopen the issue and assign a matching milestone.

@jensens jensens closed this as completed Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants