author | Damien Correia |
Tue, 04 Dec 2018 16:13:43 +0100 | |
branch | dev-dc |
changeset 276 | 283807967468 |
parent 275 | ed29fe62235b |
child 277 | 4064779f9ab0 |
src/pyams_default_theme/component/association/interfaces/__init__.py | file | annotate | diff | comparison | revisions |
--- a/src/pyams_default_theme/component/association/interfaces/__init__.py Tue Dec 04 15:59:30 2018 +0100 +++ b/src/pyams_default_theme/component/association/interfaces/__init__.py Tue Dec 04 16:13:43 2018 +0100 @@ -59,4 +59,4 @@ anchors_only = Bool(title=_("Anchors only?"), description=_("If 'yes', only paragraphs set as 'anchors' will be selected"), required=True, - default=True) + default=False)