Skip to content

Commit

Permalink
Merge pull request #589 from vishnubansaltarento/profile-update-issue
Browse files Browse the repository at this point in the history
Profile update issue
  • Loading branch information
vishnubansaltarento authored Jul 30, 2024
2 parents 2b1b43a + d1346b3 commit a17f4ed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export class ImportDesignationComponent implements OnInit, OnDestroy {
if (response) {
setTimeout(() => {
this.dialogRef.close()
}, 2000)
}, 2000)
}
},
error: (error: HttpErrorResponse) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ export class UsersViewComponent implements OnInit, OnDestroy {
'profileDetails.professionalDetails.designation',
'profileDetails.additionalDetails.tag',
],
fields: [
'rootOrgId',
'profileDetails',
],
// fields: [
// 'rootOrgId',
// 'profileDetails',
// ],
limit: this.limit,
offset: this.pageIndex,
query: this.getSearchText(query),
Expand Down Expand Up @@ -278,10 +278,10 @@ export class UsersViewComponent implements OnInit, OnDestroy {
'profileDetails.professionalDetails.designation',
'profileDetails.additionalDetails.tag',
],
fields: [
'rootOrgId',
'profileDetails',
],
// fields: [
// 'rootOrgId',
// 'profileDetails',
// ],
limit: this.limit,
offset: this.pageIndex,
query: this.getSearchText(query),
Expand Down Expand Up @@ -332,10 +332,10 @@ export class UsersViewComponent implements OnInit, OnDestroy {
'profileDetails.professionalDetails.designation',
'profileDetails.additionalDetails.tag',
],
fields: [
'rootOrgId',
'profileDetails',
],
// fields: [
// 'rootOrgId',
// 'profileDetails',
// ],
limit: this.limit,
offset: this.pageIndex,
query: this.getSearchText(query),
Expand Down Expand Up @@ -387,10 +387,10 @@ export class UsersViewComponent implements OnInit, OnDestroy {
'profileDetails.professionalDetails.designation',
'profileDetails.additionalDetails.tag',
],
fields: [
'rootOrgId',
'profileDetails',
],
// fields: [
// 'rootOrgId',
// 'profileDetails',
// ],
limit: this.limit,
offset: this.pageIndex,
query: this.getSearchText(query),
Expand Down

0 comments on commit a17f4ed

Please sign in to comment.