From c629a7c366d3fff9f06946bb1c93dd379acf1c9e Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Sun, 11 Sep 2011 11:54:47 +0200 Subject: [PATCH] meta info field must not be required... --- integrator/interfaces.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrator/interfaces.py b/integrator/interfaces.py index c95505b..4d2a4bd 100644 --- a/integrator/interfaces.py +++ b/integrator/interfaces.py @@ -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 '