Add fulfill-cancel mode to display the timeline. #475

This commit is contained in:
Korina Cordero 2020-09-09 04:03:59 +00:00
parent a6f8dfb333
commit ce7c1f5163

View file

@ -34,7 +34,7 @@
{% elseif mode == 'update-reassign-rider' %} {% elseif mode == 'update-reassign-rider' %}
Re-assign Rider Re-assign Rider
<small>{{ obj.getID() }}</small> <small>{{ obj.getID() }}</small>
{% elseif mode == 'update-all' %} {% elseif mode in ['update-all', 'fulfill-cancel'] %}
Viewing Viewing
<small>{{ obj.getID() }}</small> <small>{{ obj.getID() }}</small>
{% else %} {% else %}
@ -825,7 +825,7 @@
{% endif %} {% endif %}
{% endif %} {% endif %}
{% if mode == 'update-all' %} {% if mode in ['update-all', 'fulfill-cancel'] %}
<div class="m-form__seperator m-form__seperator--dashed"></div> <div class="m-form__seperator m-form__seperator--dashed"></div>
<div class="m-form__section"> <div class="m-form__section">