3052-feat(client_defaulter): section and tests #858
Labels
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#858
Loading…
Reference in New Issue
No description provided.
Delete Branch "3052-client_defaulter"
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?
WIP: feat(client_defaulter): section and testto WIP: 3052-feat(client_defaulter): section and testsWIP: 3052-feat(client_defaulter): section and teststo 3052-feat(client_defaulter): section and tests@ -0,0 +41,4 @@
text: this.defaulter.observation,
clientFk: defaulter.clientFk
};
this.$http.post(`ClientObservations`, params);
This is sending a request on each iteration.
LGTM