history fix and labels
This commit is contained in:
parent
13172a6a55
commit
f8250d9267
@ -17,6 +17,10 @@ export class RouterHistoryService {
|
||||
}
|
||||
|
||||
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"
|
||||
},
|
||||
"accept-suggestion": {
|
||||
"label": "Approve and add to dictionary"
|
||||
"label": "Approve Suggestion"
|
||||
},
|
||||
"edit-reason": {
|
||||
"label": "Edit Reason"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user