history fix and labels
This commit is contained in:
parent
13172a6a55
commit
f8250d9267
@ -17,6 +17,10 @@ export class RouterHistoryService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
navigateToLastDossiersScreen() {
|
navigateToLastDossiersScreen() {
|
||||||
this._router.navigate([this._lastDossiersScreen]);
|
if (this._router.url === this._lastDossiersScreen) {
|
||||||
|
this._router.navigate(['/main/dossiers']);
|
||||||
|
} else {
|
||||||
|
this._router.navigate([this._lastDossiersScreen]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -116,7 +116,7 @@
|
|||||||
"label": "Accept Recommendation"
|
"label": "Accept Recommendation"
|
||||||
},
|
},
|
||||||
"accept-suggestion": {
|
"accept-suggestion": {
|
||||||
"label": "Approve and add to dictionary"
|
"label": "Approve Suggestion"
|
||||||
},
|
},
|
||||||
"edit-reason": {
|
"edit-reason": {
|
||||||
"label": "Edit Reason"
|
"label": "Edit Reason"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user