fix: Don't allow sorting milestone by order if group doesn't use dates (#4074)
Fixes #4072
This commit is contained in:
parent
514944d24e
commit
3d9310818b
|
@ -20,7 +20,7 @@
|
|||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" data-sort="num">
|
||||
<th scope="col"{% if group.uses_milestone_dates %} data-sort="num"{% endif %}>
|
||||
{% if group.uses_milestone_dates %}
|
||||
Date
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue