Skip to content

Commit

Permalink
Merge pull request #64 from plone/drop_allowable_ct_from_descr_master_pr
Browse files Browse the repository at this point in the history
no allowable_content_types for description (avoid validation)
  • Loading branch information
jensens authored Sep 26, 2016
2 parents e4c9a82 + a677d5f commit d14d498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ New features:

Bug fixes:

- no allowable_content_types for description (avoid validation)
[tschorr]

- *add item here*


Expand Down
1 change: 0 additions & 1 deletion Products/Archetypes/ExtensibleMetadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class ExtensibleMetadata(Persistence.Persistent):
searchable=1,
accessor="Description",
default_content_type='text/plain',
allowable_content_types=('text/plain',),
widget=TextAreaWidget(
label=_(u'label_description', default=u'Description'),
description=_(u'help_description',
Expand Down

0 comments on commit d14d498

Please sign in to comment.