From e60ba1a6a27e9ed4068d16743e8e80a6adec7f1e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 29 Apr 2021 18:57:22 +0200 Subject: Sheet: fix json display for context records and operations --- CHANGES.md | 7 +++++++ .../templates/ishtar/sheet_contextrecord.html | 6 +++--- archaeological_operations/templates/ishtar/sheet_operation.html | 6 +++--- ishtar_common/version.py | 4 ++-- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index fe828635b..7987c7e82 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ Ishtar changelog ================ +v3.1.18 - 2021-04-29 +-------------------- + +### Bug fixes ### +- Sheet: json display for context records and operations +- Fix autocomplete container and default basket search + v3.1.17 - 2021-04-29 -------------------- diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 72b06785b..a8be74542 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -90,9 +90,9 @@ {% endif %} {% if display_data %} diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 35542d7cc..2afdb6c4c 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -87,9 +87,9 @@ {% endif %} {% if display_data %} diff --git a/ishtar_common/version.py b/ishtar_common/version.py index f600e4c87..68cf8da97 100644 --- a/ishtar_common/version.py +++ b/ishtar_common/version.py @@ -1,5 +1,5 @@ -# 3.1.17 -VERSION = (3, 1, 17) +# 3.1.18 +VERSION = (3, 1, 18) def get_version(): -- cgit v1.2.3