Skip to content
Snippets Groups Projects
Commit c82c4c00 authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed path in changelog

parent 2026b6ae
No related branches found
No related tags found
No related merge requests found
......@@ -254,4 +254,4 @@ def stats():
@register_navbar('Changelog', 'book')
@mod_required
def log():
return render_template('log.html', changelog=query('SELECT * FROM changelog ORDER BY "when" LIMIT 10'))
return render_template('log.html', changelog=query('SELECT *, ( "table" || "." || id_value || "." ||field) as path FROM changelog ORDER BY "when" LIMIT 10'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment