From 210c1647a40f5dc1d4055cdff81bbe2ddd90f77d Mon Sep 17 00:00:00 2001 From: Dan Mihaila Date: Thu, 25 Jul 2024 11:48:36 +0300 Subject: [PATCH] HDX-9956 --- .../templates/requestdata/snippets/section_item_archive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/templates/requestdata/snippets/section_item_archive.html b/ckanext-hdx_theme/ckanext/hdx_theme/templates/requestdata/snippets/section_item_archive.html index ce0a98399f..e8aac6d8ce 100644 --- a/ckanext-hdx_theme/ckanext/hdx_theme/templates/requestdata/snippets/section_item_archive.html +++ b/ckanext-hdx_theme/ckanext/hdx_theme/templates/requestdata/snippets/section_item_archive.html @@ -53,7 +53,7 @@

{% set action_reopen = h.url_for('requestdata.handle_open_request_action_shared', username=c.userobj.name) %} - {% set post_data_reopen = h.dump_json({'id': x.id, 'package_id': x.package_id, 'state': 'open', 'data_shared': True}) %} + {% set post_data_reopen = h.dump_json({'id': x.id, 'package_id': x.package_id, 'state': 'open'}) %}