Skip to content

Commit

Permalink
Merge pull request #33919 from dimagi/orangejenny-patch-15
Browse files Browse the repository at this point in the history
Added visibility binding for case tile dropdown
  • Loading branch information
orangejenny committed Dec 28, 2023
2 parents 23943f8 + 72982d1 commit 2c75951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h4 class="panel-title panel-title-nolink">
{% if request|toggle_enabled:'CASE_LIST_TILE' %}
{% with app|get_available_modules_for_case_tile_configuration:module as available_modules %}
{% if available_modules %}
<div class="row">
<div class="row" data-bind="visible: persistTileOnForms">
<div class="col-sm-6">
<label>
{% trans "Use persistent case tile from menu" %}
Expand Down

0 comments on commit 2c75951

Please sign in to comment.