Tags ordered by priority in item's file
This commit is contained in:
parent
3903d0f53b
commit
c39604fbc1
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.406.08) stable; urgency=low
|
hedera-web (1.406.09) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue