mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Improve search
This commit is contained in:
@@ -570,7 +570,8 @@ export class SearchPage implements OnInit {
|
||||
const modal = await this.modalCtrl.create({
|
||||
component: ViewEventPage,
|
||||
componentProps:{
|
||||
eventId: Id
|
||||
eventId: Id,
|
||||
isModal: true
|
||||
},
|
||||
cssClass: 'modal modal-desktop',
|
||||
});
|
||||
@@ -596,6 +597,7 @@ export class SearchPage implements OnInit {
|
||||
component: PublicationDetailPage,
|
||||
componentProps:{
|
||||
publicationId: publicationId,
|
||||
isModal: true
|
||||
},
|
||||
cssClass: 'publication-detail modal modal-desktop ',
|
||||
//backdropDismiss: false
|
||||
@@ -629,7 +631,6 @@ export class SearchPage implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
|
||||
async openExpedientActionsModal(doc: any) {
|
||||
|
||||
let customTask = {
|
||||
|
||||
Reference in New Issue
Block a user