mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
add limit to files on publication
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user