mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -15,6 +15,7 @@ import { EventListPage } from './event-list.page';
|
||||
IonicModule,
|
||||
EventListPageRoutingModule
|
||||
],
|
||||
declarations: [EventListPage]
|
||||
declarations: [EventListPage],
|
||||
exports: [EventListPage]
|
||||
})
|
||||
export class EventListPageModule {}
|
||||
|
||||
@@ -15,6 +15,7 @@ import { NewEventPage } from './new-event.page';
|
||||
IonicModule,
|
||||
NewEventPageRoutingModule
|
||||
],
|
||||
declarations: [NewEventPage]
|
||||
declarations: [NewEventPage],
|
||||
exports: [NewEventPage]
|
||||
})
|
||||
export class NewEventPageModule {}
|
||||
|
||||
@@ -5,7 +5,7 @@ import { Event } from 'src/app/models/event.model';
|
||||
import { ProcessesService } from 'src/app/services/processes.service';
|
||||
import { ModalController, NavParams } from '@ionic/angular';
|
||||
import { NavigationEnd, NavigationExtras, Router } from '@angular/router';
|
||||
import { ApproveEventComponent } from '../../agenda/approve-event/approve-event.component';
|
||||
import { ApproveEventPage } from '../../agenda/approve-event/approve-event.page';
|
||||
|
||||
@Component({
|
||||
selector: 'app-events-to-approve',
|
||||
@@ -104,7 +104,7 @@ export class EventsToApprovePage implements OnInit {
|
||||
}
|
||||
|
||||
const modal = await this.modalController.create({
|
||||
component: ApproveEventComponent,
|
||||
component: ApproveEventPage,
|
||||
componentProps:{
|
||||
serialNumber: eventToAprove.serialNumber,
|
||||
InstanceId: InstanceId ,
|
||||
|
||||
Reference in New Issue
Block a user