mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add comment
This commit is contained in:
parent
fa48de44af
commit
42b9849a58
@ -35,7 +35,8 @@ Poco::JSON::Object* JsonCreateTransaction::handle(Poco::Dynamic::Var params)
|
|||||||
else {
|
else {
|
||||||
return stateError("parameter format unknown");
|
return stateError("parameter format unknown");
|
||||||
}
|
}
|
||||||
|
// allow session_id from community server (allowed caller)
|
||||||
|
// else use cookie (if call cames from vue)
|
||||||
if (!session_id) {
|
if (!session_id) {
|
||||||
return stateError("session_id invalid");
|
return stateError("session_id invalid");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user