mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 10:51:38 +01:00
missing encoding of id
This commit is contained in:
parent
41c61e3979
commit
7540459b58
@ -150,7 +150,7 @@ function nm_action(_action, _senders)
|
|||||||
var url = '#';
|
var url = '#';
|
||||||
if (typeof _action.data.url != 'undefined')
|
if (typeof _action.data.url != 'undefined')
|
||||||
{
|
{
|
||||||
url = _action.data.url.replace(/(\$|%24)id/,ids);
|
url = _action.data.url.replace(/(\$|%24)id/,encodeURIComponent(ids));
|
||||||
}
|
}
|
||||||
|
|
||||||
var target = null;
|
var target = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user