fixed param order
This commit is contained in:
parent
afbebb2c8b
commit
cd9071d40c
@ -87,9 +87,9 @@ export class ManualAnnotationService {
|
||||
return this._manualRedactionControllerService
|
||||
.approveRequest(
|
||||
{ addOrRemoveFromDictionary: addToDictionary },
|
||||
annotationId,
|
||||
this._appStateService.activeDossierId,
|
||||
this._appStateService.activeFile.fileId,
|
||||
annotationId
|
||||
this._appStateService.activeFile.fileId
|
||||
)
|
||||
.pipe(
|
||||
tap(
|
||||
@ -134,9 +134,9 @@ export class ManualAnnotationService {
|
||||
if (this._permissionsService.isApprover()) {
|
||||
return this._manualRedactionControllerService
|
||||
.declineRequest(
|
||||
annotationWrapper.id,
|
||||
this._appStateService.activeDossierId,
|
||||
this._appStateService.activeFileId,
|
||||
annotationWrapper.id
|
||||
this._appStateService.activeFileId
|
||||
)
|
||||
.pipe(
|
||||
tap(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user