# HG changeset patch # User Thierry Florac # Date 1545038744 -3600 # Node ID b97f8cf8ac7178b59198cdc60cf400915247b568 # Parent 0ba193727ae5b86d4cedf7306288ef7c40eec442 Updated "required" attribute of "force_canonical_url" property diff -r 0ba193727ae5 -r b97f8cf8ac71 src/pyams_content/component/links/interfaces.py --- a/src/pyams_content/component/links/interfaces.py Fri Dec 14 20:51:49 2018 +0100 +++ b/src/pyams_content/component/links/interfaces.py Mon Dec 17 10:25:44 2018 +0100 @@ -58,7 +58,7 @@ description=_("By default, internal links use a \"relative\" URL, which tries to " "display link target in the current context; by using a canonical URL, " "you can display target in it's attachment context (if defined)"), - required=True, + required=False, default=False)