meta info field must not be required...
This commit is contained in:
parent
f2e844cbeb
commit
c629a7c366
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2008 Helmut Merz helmutm@cy55.de
|
||||
# Copyright (c) 2011 Helmut Merz helmutm@cy55.de
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -87,7 +87,7 @@ class IExternalCollection(IConceptSchema, ILoopsAdapter):
|
|||
u'This text will be applied to all resources '
|
||||
u'belonging to this collection.'),
|
||||
default=u'',
|
||||
required=True)
|
||||
required=False)
|
||||
overwriteMetaInfo = schema.Bool(
|
||||
title=_(u'Overwrite Meta Information'),
|
||||
description=_(u'Check this if meta information already present '
|
||||
|
|
Loading…
Add table
Reference in a new issue