From 96b1ee0a676b98e956e0a533add05ec5f57c6e5c Mon Sep 17 00:00:00 2001 From: John O'Donnell Date: Thu, 8 Oct 2020 12:49:09 -0400 Subject: [PATCH] Removed default note text from workflow pane --- src/templates/_includes/workflow-pane.html | 2 +- src/templates/_widget/settings.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/templates/_includes/workflow-pane.html b/src/templates/_includes/workflow-pane.html index b511728..5759f83 100755 --- a/src/templates/_includes/workflow-pane.html +++ b/src/templates/_includes/workflow-pane.html @@ -206,7 +206,7 @@

Previous notes:

{% for note in submission.notes|reverse %}

Transition "{{ note.current_transition|default('unknown') }}" from {{ note.current_state|default('unknown') }} to {{ note.target_state|default('unknown') }}
- {{ note.note|default('????') }} + {{ note.note|default('') }}

{% endfor %} {% endif %} diff --git a/src/templates/_widget/settings.html b/src/templates/_widget/settings.html index fa985c1..3b4953d 100755 --- a/src/templates/_widget/settings.html +++ b/src/templates/_widget/settings.html @@ -28,4 +28,3 @@ size: 2, errors: widget.getErrors('limit') }) }} -????? \ No newline at end of file