Skip to content
Snippets Groups Projects
Commit 069e3296 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Fix double table id

parent d07614c1
Branches f14589-max-width-for-forms
No related tags found
2 merge requests!262Develop,!260F9686 - partly revert download filename sanitize
Pipeline #3242 passed
......@@ -5751,7 +5751,7 @@ and then displays the files in a nice table with links to the files. ::
10.10.sql = SELECT id, path_scan FROM FileTracker
WHERE assigned_to = '{{user:R}}'
10.10.twig = <h2>{{ store.record.user }}</h2>
<table id="file-list" class="table table-hover tablesorter" id="{{pageAlias:T}}-twig">
<table class="table table-hover tablesorter" id="{{pageAlias:T}}-twig">
<thead><tr><th>ID</th><th>File</th></tr></thead>
<tbody>
{% for row in result %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment