Requested changes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-05-18 14:03:15 +02:00
parent 4aea769797
commit 309b4dafe9
2 changed files with 1 additions and 2 deletions

View File

@ -114,7 +114,6 @@ module.exports = Self => {
LEFT JOIN claimState cs ON cs.id = cl.claimStateFk`
);
stmt.merge(conn.makeSuffix(filter));
let itemsIndex = stmts.push(stmt) - 1;

View File

@ -2,7 +2,7 @@
vn-id="model"
url="Claims/filter"
limit="20"
order="claimStateFk ASC, created DESC"
order="priority ASC, created DESC"
auto-load="true">
</vn-crud-model>
<vn-portal slot="topbar">