no aganda name

This commit is contained in:
Peter Maquiran
2023-04-11 15:05:33 +01:00
parent d3d7fcb025
commit 3607a34ed3
2 changed files with 10 additions and 9 deletions
+3 -2
View File
@@ -120,7 +120,8 @@
<div *ngIf="environment.presidential">
<div *ngIf="calendars.Role == 'Presidente da República'"> PR </div>
<div *ngIf="calendars.Role == 'Ministro e Director do Gabinete do PR'"> MDGPR </div>
<div *ngIf="calendars.Role != 'Ministro e Director do Gabinete do PR' && calendars.Role != 'Presidente da República'"> Agenda do {{calendars.Fullname}} </div>
<div *ngIf="calendars.Role != 'Ministro e Director do Gabinete do PR' && calendars.Role != 'Presidente da República' && calendars.Fullname"> Agenda do {{calendars.Fullname}} </div>
<div *ngIf="calendars.Role != 'Presidente da República' && calendars.Role != 'Ministro e Director do Gabinete do PR' && calendars == 'Meu calendario' "> Minha agenda </div>
</div>
<div *ngIf="!environment.presidential">
@@ -174,7 +175,7 @@
</div>
<button *ngIf="profile == 'mdgpr' && ( SessionStore.user.Profile == 'PR' || SessionStore.user.Profile == 'MDGPR') && eventService.hasSharedCalendar " (click)="changeProfile()" class="d-md-none btn-no-color resize">
<button *ngIf="profile == 'mdgpr' && ( SessionStore.user.Profile == 'PR' || SessionStore.user.Profile == 'MDGPR') && 21ujeventService.hasSharedCalendar " (click)="changeProfile()" class="d-md-none btn-no-color resize">
<ion-icon class="right-icons" src="assets/images/icons-profile-calendar-md.svg"></ion-icon>
</button>
+7 -7
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "3c8a168b9",
"SHA": "3c8a168b9b51dde370d4fba753bc1b6dc38947ed",
"branch": "no_bug_movemente",
"shortSHA": "d3d7fcb02",
"SHA": "d3d7fcb0255e2fb34078fdaeb817c4f6dfdc86eb",
"branch": "feature/gabineteLabels",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Sun Apr 9 21:03:57 2023 +0100'",
"lastCommitMessage": "fix add user to chat",
"lastCommitNumber": "4893",
"lastCommitTime": "'Mon Apr 10 17:19:04 2023 +0100'",
"lastCommitMessage": "fix agenda selecting agenda",
"lastCommitNumber": "4894",
"change": "",
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/agenda/agenda.page.scss\n\tmodified: src/global.scss",
"changeStatus": "On branch feature/gabineteLabels\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/agenda/agenda.page.html",
"changeAuthor": "peter.maquiran"
}