summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_context_records')
-rw-r--r--archaeological_context_records/models.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 8631f49d1..29e8b56a8 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -1236,13 +1236,15 @@ class ContextRecord(
def get_query_owns(cls, ishtaruser):
return (
cls._construct_query_own(
- "operation__", Operation._get_query_owns_dicts(ishtaruser)
+ cls, "operation__", Operation._get_query_owns_dicts(ishtaruser)
)
| cls._construct_query_own(
+ cls,
"base_finds__find__basket__",
[{"shared_with": ishtaruser, "shared_write_with": ishtaruser}],
)
| cls._construct_query_own(
+ cls,
"",
[
{"history_creator": ishtaruser.user_ptr},