Skip to content

Commit

Permalink
Merge pull request #6402 from OCHA-DAP/dev
Browse files Browse the repository at this point in the history
dev into prod
  • Loading branch information
danmihaila authored Jul 31, 2024
2 parents 7c7be9b + e0a5982 commit 45fed89
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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
2 changes: 1 addition & 1 deletion ckanext-hdx_theme/ckanext/hdx_theme/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hdx_version = 'v1.82.9'
hdx_version = 'v1.82.10'
2 changes: 1 addition & 1 deletion hdx-dependency-deploy-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ HDX_N8N_IMAGE_URL=https://gallery.ecr.aws/unocha/hdx-n8n/
HDX_N8N_IMAGE_TAG=1.31.2

HDX_N8N_WORKFLOW_URL=https://github.com/OCHA-DAP/hdx-n8n-qa-workflow
HDX_N8N_WORKFLOW_TAG=0.4.0
HDX_N8N_WORKFLOW_TAG=0.4.1
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rcssmin==1.1.2
# email_validator==1.0.2
timeago==1.0.16

-e git+https://github.com/OCHA-DAP/[email protected].34#egg=ckanext-requestdata
-e git+https://github.com/OCHA-DAP/[email protected].35#egg=ckanext-requestdata

# ckanext-showcase
-e git+https://github.com/OCHA-DAP/[email protected]#egg=ckanext-showcase
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
-e git+https://github.com/OCHA-DAP/[email protected]#egg=ckanext-dcat
# via -r requirements.in
-e git+https://github.com/OCHA-DAP/[email protected].34#egg=ckanext-requestdata
-e git+https://github.com/OCHA-DAP/[email protected].35#egg=ckanext-requestdata
# via -r requirements.in
-e git+https://github.com/OCHA-DAP/[email protected]#egg=ckanext-s3filestore
# via -r requirements.in
Expand Down

0 comments on commit 45fed89

Please sign in to comment.