entry index changes #515
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#515
Loading…
Reference in New Issue
No description provided.
Delete Branch "2589-entry_index"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
entry index changesto WIP: entry index changesLGTM
No funciona correctamente en test si se ordena por t.landed
@ -157,1 +159,4 @@
);
stmt.merge(conn.makeWhere(filter.where));
stmt.merge(conn.makeGroupBy('b.entryFk'));
stmt.merge(conn.makeOrderBy('t.landed DESC'));
El orderBy no debería estar hardcodeado
WIP: entry index changesto entry index changesLGTM