Skip to content

Commit

Permalink
rollback on multipleDataboxes empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
moctardiouf committed Jul 20, 2023
1 parent 551abf7 commit 404bbfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/web/prod/actions/edit_default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
var recordEditorConfig = {
hasMultipleDatabases: {% if multipleDataboxes or recordsRequest|length == 0 %}true{% else %}false{% endif %},
databoxId: {% if multipleDataboxes or multipleDataboxes is empty %}0{% else %}{{ databox.get_sbas_id }}{% endif %},
databoxId: {% if multipleDataboxes %}0{% else %}{{ databox.get_sbas_id }}{% endif %},
mode: {% if recordsRequest.isSingleStory() %}'GRP'{% else %}'LST'{% endif %},
notActionable: {{ not_actionable }},
notActionableMsg: '{{notActionableMsg}}',
Expand Down

0 comments on commit 404bbfb

Please sign in to comment.