add limit to files on publication

This commit is contained in:
Eudes Inácio
2023-12-06 17:01:00 +01:00
parent e8d28c68e8
commit 5dc86bf6c7
8 changed files with 568 additions and 68 deletions
@@ -158,6 +158,8 @@ export class NewEventPage implements OnInit {
ngOnInit() {
console.log(' INTERVENIENTES',this.taskParticipants)
if (!this.CalendarName) {
if (this.eventService.calendarNamesAry.includes('Meu calendario')) {
this.CalendarName = 'Meu calendario';
@@ -1000,7 +1002,7 @@ export class NewEventPage implements OnInit {
}
async fetchContacts(filter: string) {
console.log(this.loggeduser.Profile)
if (this.loggeduser.Profile == 'PR') {
this.contactsService.getContacts(filter).subscribe(result => {
if (this.eventPersons != null) {