fix: refs #7323 fetch from right source #2933
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2933
Loading…
Reference in New Issue
No description provided.
Delete Branch "7323-replaceWorkerDataSource"
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?
@ -72,3 +39,1 @@
return this.getData(`Workers/${this.id}`, {filter})
.then(res => this.entity = res.data);
return this.getData('Workers/descriptor', {filter: {where: {id: this.id}}})
Los scope devuelven arrays.
@ -143,6 +143,10 @@
],
"scopes": {
"descriptor": {
"fields": [
Me he dado cuenta, que en el filtro original que había en salix se estaban devolviendo muchos datos de los que se quiere realmente. Ahora solo se pueden obtener los necesarios.