mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
missing encoding of id
This commit is contained in:
parent
9e17bd1faa
commit
0947430796
@ -150,7 +150,7 @@ function nm_action(_action, _senders)
|
||||
var url = '#';
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user