Add error message if no aplicationId is send with ask.

Improve pudblication detail page styling in css.
This commit is contained in:
tiago.kayaya
2021-12-20 12:39:39 +01:00
parent d992f546ef
commit 36e02bfca4
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');
}
}