feat: refs #7644 Optimized entry labels report #2831
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2831
Loading…
Reference in New Issue
No description provided.
Delete Branch "7644-buyLabelChunk"
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?
@ -9,3 +9,2 @@
async serverPrefetch() {
this.buys = await this.rawSqlFromDef('buys', [this.id, this.id]);
this.maxLabelNum = Math.max(...this.buys.map(buy => buy.labelNum));
const models = require('vn-loopback/server/server').models;
Dalt de tot on estan els altres require, posar:
const { models } = require('vn-loopback/server/server');