Tags ordered by priority in item's file

This commit is contained in:
Juan 2018-06-20 13:45:55 +02:00
parent 3903d0f53b
commit c39604fbc1
2 changed files with 2 additions and 1 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.08) stable; urgency=low hedera-web (1.406.09) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -416,6 +416,7 @@
JOIN vn.tag t ON t.id = it.tagFk JOIN vn.tag t ON t.id = it.tagFk
JOIN vn.tagL10n l ON l.id = t.id JOIN vn.tagL10n l ON l.id = t.id
WHERE it.itemFk = #item WHERE it.itemFk = #item
ORDER BY it.priority
</db-model> </db-model>
<custom> <custom>
<p> <p>