Merge branch 'RED-8762-bp3' into 'release/2.349.x'
RED-8762: fixed path variable See merge request redactmanager/persistence-service!457
This commit is contained in:
commit
f6190bddc5
@ -322,7 +322,7 @@ public class DictionaryController implements DictionaryResource {
|
||||
@Override
|
||||
public void changeFlags(@PathVariable(TYPE_PARAMETER_NAME) String type,
|
||||
@PathVariable(DOSSIER_TEMPLATE_PARAMETER_NAME) String dossierTemplateId,
|
||||
@RequestParam(value = DOSSIER_ID_PARAMETER_NAME) String dossierId,
|
||||
@PathVariable(value = DOSSIER_ID_PARAMETER_NAME) String dossierId,
|
||||
@RequestParam(value = "addToDictionary") boolean addToDictionary) {
|
||||
|
||||
dictionaryService.changeAddToDictionary(type, dossierTemplateId, dossierId, addToDictionary);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user