refs #6172 Change #1735
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#1735
Loading…
Reference in New Issue
No description provided.
Delete Branch "6172-errorMsg"
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?
@ -121,3 +121,3 @@
break;
case 403:
messageT = 'Access denied';
messageT = exception.data.error.message || 'Access denied';
Millor ficar
exception.data?.error?.message
, pot donarse el cas de que data o error no estiguen definits i donaria error de codi.