fix: Don't allow sorting milestone by order if group doesn't use dates (#4074)

Fixes #4072
This commit is contained in:
Lars Eggert 2022-06-13 18:08:23 +02:00 committed by GitHub
parent 514944d24e
commit 3d9310818b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %}