erp5_web_renderjs_ui: appcache document may not exist
Showing
-
mentioned in merge request nexedi/erp5!1026 (merged)
-
Developer
I'm not sure I understand this one. The constraint error when the web site has
configuration_manifest_url
layout property set to a non existant page ? It's not good if constraint crash, but maybe something like this is enough ?appcache_manifest = getDocumentValue(appcache_reference) if appcache_manifest is None: return ['Error: Web Site references a non existant appcache']
edit: is not None is None
-
Maintainer
Yes, probably.
I just quickly fix the failing activity on my instance, but didn't think more.
Please register or sign in to comment