Updated "required" attribute of "force_canonical_url" property
authorThierry Florac <thierry.florac@onf.fr>
Mon, 17 Dec 2018 10:25:44 +0100
changeset 1180 b97f8cf8ac71
parent 1179 0ba193727ae5
child 1181 c44281c56dc7
Updated "required" attribute of "force_canonical_url" property
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)