Skip to content

Commit

Permalink
Fix ticket task template status
Browse files Browse the repository at this point in the history
  • Loading branch information
Lainow authored Oct 16, 2023
1 parent 57be721 commit 5eb7c82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
{% endset %}

{% set task_state %}
{% do call('Planning::dropdownState', ['state', subitem.fields['state'], true, {}]) %}
{% do call('Planning::dropdownState', ['state', subitem.fields['state'], true, {'rand': rand}]) %}
{% endset %}

{{ fields.htmlField(
Expand Down

0 comments on commit 5eb7c82

Please sign in to comment.