File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
app/views/_includes/medical-information Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 22
33{# Calling template sets variable `displayFormat` to one of card / expander / flat #}
44
5- {% set allowEdits = true if ( isAppointmentWorkflow and currentUser | isClinician ) else false %}
5+
66
77{# Explicitly set referrer chain to the current url #}
88{% set referrerChain = currentUrl %}
99
10+ {# Force edits enabled for mammogram history #}
11+ {% set allowEdits = true if (currentUser | isClinician ) else false %}
12+
1013{# Mammogram history #}
1114{% set sectionHeading = " Mammogram history" %}
1215{% set subHeading = " The last confirmed mammogram and any added manually since then" %}
6568 }) }}
6669{% endswitch %}
6770
71+ {# Set allowEdits for everything else on the #}
72+ {% set allowEdits = true if (isAppointmentWorkflow and currentUser | isClinician ) else false %}
73+
6874{# -------------------------------------------------------------- #}
6975{# Medical history #}
7076
You can’t perform that action at this time.
0 commit comments