Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into feature/chatStorage

This commit is contained in:
Eudes Inácio
2021-12-21 08:15:27 +01:00
3 changed files with 36 additions and 37 deletions
@@ -261,6 +261,7 @@ export class BookMeetingModalPage implements OnInit {
}
if(this.task.FsId == '8') {
alert('Chegou')
const loader = this.toastService.loading()
try {
switch (this.loggeduser.Profile) {
@@ -307,11 +308,9 @@ export class BookMeetingModalPage implements OnInit {
} finally {
loader.remove()
}
}
if(true) {
//
else{
this.toastService._successMessage('Não é possível marcar a reunião de momento');
}
}