Skip to content

Commit

Permalink
HDX-9956
Browse files Browse the repository at this point in the history
  • Loading branch information
danmihaila committed Jul 25, 2024
1 parent 7e406be commit 210c164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h4>
<div class="requested-data-container__collapse--request-status">
<div >
{% 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'}) %}
<span class="mL30">
<a data-module="handle-reopen-request"
data-module-action="{{ action_reopen }}"
Expand Down

0 comments on commit 210c164

Please sign in to comment.