mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Handle resource limits in the Web interface
See @d7b010
This commit is contained in:
@@ -227,9 +227,9 @@
|
||||
Alarm.getAlarms();
|
||||
}, function(response) {
|
||||
if (response.status == 403 &&
|
||||
response.data && response.data.message && angular.isObject(response.data.message)) {
|
||||
response.data && response.data.message &&
|
||||
angular.isObject(response.data.message))
|
||||
vm.attendeeConflictError = response.data.message;
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user