Resource.DoesNotExist: Resource matching query does not exist.
File "recoco/apps/tasks/forms.py", line 101, in clean_resource
).get(pk=resource.pk)
File "django/db/models/query.py", line 637, in get
raise self.model.DoesNotExist(
ValueError: 'CreateActionWithResourceForm' has no field named 'resource_unknown'.
(5 additional frame(s) were not displayed)
...
File "django/forms/forms.py", line 196, in errors
self.full_clean()
File "django/forms/forms.py", line 433, in full_clean
self._clean_fields()
File "django/forms/forms.py", line 448, in _clean_fields
value = getattr(self, "clean_%s" % name)()
File "recoco/apps/tasks/forms.py", line 103, in clean_resource
self.add_error("resource_unknown", "Cette ressource n'existe pas")
File "django/forms/forms.py", line 400, in add_error
raise ValueError(
Sentry Issue: RECOCO-BACKEND-V