Skip to content

Commit

Permalink
Fix: could not add new goal via widge
Browse files Browse the repository at this point in the history
  • Loading branch information
Volmarg committed Jul 3, 2021
1 parent ccc4869 commit 6897c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Action/Core/DialogsAction.php
Expand Up @@ -866,7 +866,7 @@ public function buildAddOrModifyTodoDialogBody(Request $request): JsonResponse
return $jsonResponse;
}

$entityId = $request->request->get(self::KEY_ENTITY_ID);
$entityId = $request->request->get(self::KEY_ENTITY_ID, "");
$actionPathname = $request->request->get(self::KEY_ACTION_PATHNAME);
$moduleName = $request->request->get(self::KEY_MODULE_NAME);

Expand Down

0 comments on commit 6897c33

Please sign in to comment.