mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
fix issues
This commit is contained in:
@@ -311,7 +311,8 @@ export class CreateProcessPage implements OnInit {
|
||||
UserEmail: this.loggeduser.Email,
|
||||
UsersSelected: attendees,
|
||||
DispatchFolder: this.dispatchFolder,
|
||||
AttachmentList: docs
|
||||
AttachmentList: docs,
|
||||
dataFields: {}
|
||||
}
|
||||
|
||||
try {
|
||||
@@ -337,7 +338,8 @@ export class CreateProcessPage implements OnInit {
|
||||
UserEmail: this.loggeduser.Email,
|
||||
UsersSelected: attendees,
|
||||
DispatchFolder: this.dispatchFolder,
|
||||
AttachmentList: docs
|
||||
AttachmentList: docs,
|
||||
dataFields: { a: 1}
|
||||
}
|
||||
|
||||
try {
|
||||
@@ -362,7 +364,8 @@ export class CreateProcessPage implements OnInit {
|
||||
UserEmail: this.loggeduser.Email,
|
||||
UsersSelected: attendees,
|
||||
DispatchFolder: this.dispatchFolder,
|
||||
AttachmentList: docs
|
||||
AttachmentList: docs,
|
||||
dataFields: {}
|
||||
}
|
||||
|
||||
try {
|
||||
@@ -395,7 +398,8 @@ export class CreateProcessPage implements OnInit {
|
||||
UserEmail: this.loggeduser.Email,
|
||||
UsersSelected: attendees,
|
||||
DispatchFolder: this.dispatchFolder,
|
||||
AttachmentList: docs
|
||||
AttachmentList: docs,
|
||||
dataFields: {}
|
||||
}
|
||||
|
||||
try {
|
||||
@@ -425,7 +429,8 @@ export class CreateProcessPage implements OnInit {
|
||||
UserEmail: this.loggeduser.Email,
|
||||
UsersSelected: attendees,
|
||||
DispatchFolder: this.dispatchFolder,
|
||||
AttachmentList: docs
|
||||
AttachmentList: docs,
|
||||
dataFields: {}
|
||||
}
|
||||
|
||||
/* if (this.postData.DispatchFolder.Message) { */
|
||||
@@ -456,7 +461,8 @@ export class CreateProcessPage implements OnInit {
|
||||
UserEmail: this.loggeduser.Email,
|
||||
UsersSelected: attendees,
|
||||
DispatchFolder: this.dispatchFolder,
|
||||
AttachmentList: docs
|
||||
AttachmentList: docs,
|
||||
dataFields: {}
|
||||
}
|
||||
|
||||
try {
|
||||
@@ -488,7 +494,8 @@ export class CreateProcessPage implements OnInit {
|
||||
UserEmail: this.loggeduser.Email,
|
||||
UsersSelected: attendees,
|
||||
DispatchFolder: this.dispatchFolder,
|
||||
AttachmentList: docs
|
||||
AttachmentList: docs,
|
||||
dataFields: {}
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
@@ -7,13 +7,16 @@ import { IonicModule } from '@ionic/angular';
|
||||
import { ProfilePageRoutingModule } from './profile-routing.module';
|
||||
|
||||
import { ProfilePage } from './profile.page';
|
||||
import { UserModule } from 'src/app/module/user/user.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
IonicModule,
|
||||
ProfilePageRoutingModule
|
||||
ProfilePageRoutingModule,
|
||||
//
|
||||
UserModule
|
||||
],
|
||||
declarations: [ProfilePage]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user