aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/items.py
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2022-08-31 16:15:58 +0200
committerWojtek Kosior <koszko@koszko.org>2022-09-09 13:55:05 +0200
commitc163adccfe9db22bd1ba0888a3f60e1373c0a07a (patch)
tree2a493bd2a92496627da000bb6635e059ed851842 /src/hydrilla/proxy/web_ui/items.py
parentf31b9ae1bd8ab068f8f686964d1d94345c579d7c (diff)
downloadhaketilo-hydrilla-c163adccfe9db22bd1ba0888a3f60e1373c0a07a.tar.gz
haketilo-hydrilla-c163adccfe9db22bd1ba0888a3f60e1373c0a07a.zip
[proxy] make information about mapping version being frozen available to UI code
Diffstat (limited to 'src/hydrilla/proxy/web_ui/items.py')
-rw-r--r--src/hydrilla/proxy/web_ui/items.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hydrilla/proxy/web_ui/items.py b/src/hydrilla/proxy/web_ui/items.py
index c0e0e0d..4bfae0a 100644
--- a/src/hydrilla/proxy/web_ui/items.py
+++ b/src/hydrilla/proxy/web_ui/items.py
@@ -150,6 +150,7 @@ def show_item(item_id: str, item_type: item_infos.ItemType) \
ref = item_ref,
identifier = version_display_infos[0].info.identifier,
enabled = version_display_infos[0].mapping_enabled,
+ frozen = version_display_infos[0].mapping_frozen,
active_version = active_version
)