Skip to content
Snippets Groups Projects
Commit 3c4c6090 authored by Tymoteusz Motylewski's avatar Tymoteusz Motylewski Committed by Frank Naegler
Browse files

[BUGFIX] Show error message when hiding page from context menu

Renamed key in the response to match what is expected
in actions.js evaluateResponse method.

Releases: 8.7, 7.6
Resolves: #82282
Change-Id: I4528963aded3a8203ab144c8353fc0509aa8a1e7
Reviewed-on: https://review.typo3.org/55905


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Tested-by: default avatarFrank Naegler <frank.naegler@typo3.org>
parent 17441b5e
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ class ExtdirectTreeCommands
} catch (\Exception $exception) {
$returnValue = [
'success' => false,
'error' => $exception->getMessage()
'message' => $exception->getMessage()
];
}
return $returnValue;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment