Improve task

This commit is contained in:
Peter Maquiran
2021-05-07 14:22:54 +01:00
parent 8ba7199ce4
commit 14b7d91429
6 changed files with 207 additions and 120 deletions
@@ -173,23 +173,21 @@ font-size: 13px;
.close-button {
display: none;
display: none;
}
.list:hover {
.app-name {
display: none;
.app-name {
display: none;
}
.close-button {
display: block !important;
}
}
.close-button {
display: block !important;
}
}
.app-name{
background: #42b9f2;
@@ -209,18 +207,3 @@ display: none;
}
.close-button {
display: none;
}
.list:hover {
.app-name {
display: none;
}
.close-button {
display: block !important;
}
}
@@ -94,8 +94,7 @@ export class ExpedientTaskModalPage implements OnInit {
SourceSecFsId: this.task.workflowInstanceDataFields.FsId, //361
SouceType: 'DOC', //FOLDER
SourceId: this.task.workflowInstanceDataFields.DocId, //FolderId
DeadlineType: '',
DeadlineType: ''
};
this.postData.DispatchFolder = this.dispatchFolder;
@@ -103,7 +102,7 @@ export class ExpedientTaskModalPage implements OnInit {
/* By Default TypeDeadline should be 'Normal' */
this.postData.Priority = '99999861';
/* By Default TypeDeadline should be 'Economia' */
this.postData.SubjectTypeId = '99999844';
this.postData.SubjectTypes = [99999844];
/* Initialize 'Subject' with the title of the expedient */
this.postData.DispatchFolder.Subject = this.task.workflowInstanceDataFields.Subject;
this.profile = this.navParams.get('profile');
@@ -191,7 +190,7 @@ export class ExpedientTaskModalPage implements OnInit {
CountryCode: 'AO',
Priority: this.postData.Priority,
UserEmail: this.user,
SubjectTypeId: this.postData.SubjectTypeId,
SubjectTypes: this.postData.SubjectTypes ,
UsersSelected: attendees,
DispatchFolder: this.dispatchFolder,
AttachmentList: docs
@@ -206,7 +205,7 @@ export class ExpedientTaskModalPage implements OnInit {
CountryCode: 'AO',
Priority: this.postData.Priority,
UserEmail: this.user,
SubjectTypeId: this.postData.SubjectTypeId,
SubjectTypes: this.postData.SubjectTypes ,
UsersSelected: attendees,
DispatchFolder: this.dispatchFolder,
AttachmentList: docs
@@ -220,7 +219,7 @@ export class ExpedientTaskModalPage implements OnInit {
CountryCode: 'AO',
Priority: this.postData.Priority,
UserEmail: this.user,
SubjectTypeId: this.postData.SubjectTypeId, //this.selectedTypes
SubjectTypes: this.postData.SubjectTypes , //this.selectedTypes
UsersSelected: attendees,
DispatchFolder: this.dispatchFolder,
AttachmentList: docs