Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDISCROWD-7364 #473

Merged
merged 2 commits into from
Nov 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/projects/tasks_browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
{% if filter_columns %}
{% if current_user.id in project.owners_ids or current_user.subadmin or current_user.admin %}
<li class="dropdown" id="info-columns">
<button class="dropdown-toggle btn btn-sm" type="button" id="btn-filter-columns" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" title="Display task info"><span class="fa fa-database"><span class="caret"></span></button>
<button class="dropdown-toggle btn btn-sm" type="button" id="btn-filter-columns" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" title="Filter displayed and exported columns."><span class="fa fa-database"><span class="caret"></span></button>
<ul class="dropdown-menu" aria-labelledby="btn-filter-columns">
{% for column_name in filter_columns %}
<li><a href="#" class="info_columns_settings" data-value={{column_name}} tabIndex='-1'><input type="checkbox" {{ "checked" if column_name in info_columns }}/>&nbsp; {{column_name}}</a></li>
Expand Down Expand Up @@ -861,7 +861,7 @@ <h4 class="modal-title" id="infoModalLabel">Filter Task By User Preference</h4>
</div>
</div>

<script src="/static/js/gen/task_browse.min.f2e6528dac3d3e51542c.js"></script>
<script src="/static/js/gen/task_browse.min.b133db75a73f853b96d8.js"></script>
<script type="text/javascript">
function autoRefresh() {
window.location.reload();
Expand Down
Loading