Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
47f4f00e
Commit
47f4f00e
authored
Jul 20, 2020
by
Muhammad Usman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
work prefences, work history bug fixes
parent
9125f7f1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
diversity-profile.component.ts
...sessment/diversity-profile/diversity-profile.component.ts
+1
-1
work-history.component.ts
...ory/career-history/work-history/work-history.component.ts
+3
-0
home.component.html
.../src/app/my-career-web/dashboard/home/home.component.html
+1
-1
No files found.
frontend/angular/src/app/my-career-web/assessment/diversity-profile/diversity-profile.component.ts
View file @
47f4f00e
...
...
@@ -75,7 +75,7 @@ export class DiversityProfileComponent extends BaseComponent implements OnInit {
.
pipe
(
takeUntil
(
this
.
componentInView
))
.
subscribe
(()
=>
{
this
.
isSaving
=
false
;
this
.
toasterService
.
success
(
'
Preferences
updated!'
);
this
.
toasterService
.
success
(
'
Diversity profile
updated!'
);
this
.
router
.
navigate
([
'/my-career-web/dashboard/home'
]);
},
err
=>
{
this
.
isSaving
=
false
;
...
...
frontend/angular/src/app/my-career-web/career-history/career-history/work-history/work-history.component.ts
View file @
47f4f00e
...
...
@@ -9,6 +9,7 @@ import { NgForm } from '@angular/forms';
import
{
ConfirmationService
}
from
'primeng/api'
;
import
{
Router
}
from
'@angular/router'
;
import
{
HelperService
}
from
'../../../services/helper.service'
;
import
{
ToasterService
}
from
'../../../services/toaster.service'
;
@
Component
({
selector
:
'app-work-history'
,
...
...
@@ -29,6 +30,7 @@ export class WorkHistoryComponent extends BaseComponent implements OnInit {
private
confirmationService
:
ConfirmationService
,
private
utilsService
:
UtilsService
,
private
helperService
:
HelperService
,
private
toastService
:
ToasterService
,
private
router
:
Router
)
{
super
();
...
...
@@ -102,6 +104,7 @@ export class WorkHistoryComponent extends BaseComponent implements OnInit {
.
subscribe
(
res
=>
{
this
.
isSaving
=
false
;
if
(
customRoute
)
{
this
.
toastService
.
success
(
'Work history updated'
);
this
.
router
.
navigate
([
customRoute
])
}
else
{
this
.
workSaved
.
emit
();
...
...
frontend/angular/src/app/my-career-web/dashboard/home/home.component.html
View file @
47f4f00e
...
...
@@ -139,7 +139,7 @@
<div
class=
"feature-action"
>
Get this feature
</div>
</div>
<div
class=
"feature"
>
<div
class=
"feature-heading"
>
Development Reports
</div>
<div
class=
"feature-heading"
style=
"white-space: nowrap;"
>
Development Reports
</div>
<div
class=
"feature-content"
>
Information about feature that gives user context as to why to upgrade.
</div>
<div
class=
"feature-action"
>
Get this feature
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment