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'}) %}