summaryrefslogtreecommitdiff
path: root/archaeological_operations/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r--archaeological_operations/views.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py
index f81933bee..385061c0a 100644
--- a/archaeological_operations/views.py
+++ b/archaeological_operations/views.py
@@ -1094,14 +1094,15 @@ class GenerateStatsOperation(IshtarMixin, LoginRequiredMixin, RedirectView):
"_nb_context_records_by_periods", update=True, expected_type=list
)
self.item._get_or_set_stats("_nb_finds", update=True)
+ self.item._get_or_set_stats("_nb_remains", update=True)
self.item._get_or_set_stats(
- "_nb_finds_by_material_type", update=True, expected_type=list
+ "_nb_finds_by_material_type_full", update=True, expected_type=list
)
self.item._get_or_set_stats(
- "_nb_finds_by_types", update=True, expected_type=list
+ "_nb_finds_by_types_full", update=True, expected_type=list
)
self.item._get_or_set_stats(
- "_nb_finds_by_periods", update=True, expected_type=list
+ "_nb_finds_by_periods_full", update=True, expected_type=list
)
self.item._get_or_set_stats("_nb_documents", update=True)
self.item._get_or_set_stats(