mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
add error message
This commit is contained in:
@@ -102,15 +102,15 @@ export class ViewEventPage implements OnInit {
|
||||
}
|
||||
|
||||
|
||||
async openNewGroupPage() {
|
||||
let roomName = this.loadedEvent.Subject
|
||||
let attendees = this.loadedEvent.Attendees
|
||||
// async openNewGroupPage() {
|
||||
// let roomName = this.loadedEvent.Subject
|
||||
// let attendees = this.loadedEvent.Attendees
|
||||
|
||||
const room = await EventController.createOrFindGroupFromEvent(roomName, attendees)
|
||||
// const room = await EventController.createOrFindGroupFromEvent(roomName, attendees)
|
||||
|
||||
let navigationExtras: NavigationExtras = { queryParams: { "roomId": room.id } };
|
||||
this.router.navigate(['/home/chat'], navigationExtras);
|
||||
}
|
||||
// let navigationExtras: NavigationExtras = { queryParams: { "roomId": room.id } };
|
||||
// this.router.navigate(['/home/chat'], navigationExtras);
|
||||
// }
|
||||
|
||||
close() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user