# HG changeset patch # User Thierry Florac # Date 1528470367 -7200 # Node ID f4912f6e4cdecefd695a874f3229d25c2bca7e4e # Parent 0d1df0c8f195eccac3c8e5a1f2474c434003694f Remove required attribute on gallery title diff -r 0d1df0c8f195 -r f4912f6e4cde src/pyams_content/component/gallery/interfaces/__init__.py --- a/src/pyams_content/component/gallery/interfaces/__init__.py Fri Jun 08 16:32:56 2018 +0200 +++ b/src/pyams_content/component/gallery/interfaces/__init__.py Fri Jun 08 17:06:07 2018 +0200 @@ -93,7 +93,7 @@ title = I18nTextLineField(title=_("Title"), description=_("Gallery title, as shown in front-office"), - required=True) + required=False) description = I18nTextField(title=_("Description"), description=_("Gallery description displayed by front-office template"),