mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
buttons: save is first, cancel is second
This commit is contained in:
+8
-6
@@ -154,12 +154,14 @@ export class BookMeetingModalPage implements OnInit {
|
||||
}
|
||||
|
||||
if (this.taskParticipants.length == 0) {
|
||||
this.taskParticipants = [{
|
||||
EmailAddress: SessionStore.user.Email,
|
||||
IsRequired: true,
|
||||
Name: SessionStore.user.FullName,
|
||||
UserType: "GD"
|
||||
}]
|
||||
this.taskParticipants = [
|
||||
// {
|
||||
// EmailAddress: SessionStore.user.Email,
|
||||
// IsRequired: true,
|
||||
// Name: SessionStore.user.FullName,
|
||||
// UserType: "GD"
|
||||
// }
|
||||
]
|
||||
}
|
||||
|
||||
this.changeAgenda();
|
||||
|
||||
Reference in New Issue
Block a user