Commit 3ecff7bb authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: Project_isSupportRequestCreationClosed fixup

parent 1cc23162
......@@ -20,4 +20,4 @@ def isSupportRequestCreationClosed(project_uid):
return CachingMethod(isSupportRequestCreationClosed,
"isSupportRequestCreationClosed",
cache_factory="erp5_content_short")(project_uid=project_uid)
cache_factory="erp5_content_short")(project_uid=context.getUid())
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment