Skip to content
Snippets Groups Projects
Commit 7e9dbb4d authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix bad encoding of param

parent 09306ba9
No related branches found
No related tags found
No related merge requests found
......@@ -519,7 +519,7 @@ if (count($object->records) > 0)
element: \'websites\',
table_element: \'website\',
fk_element: '.$object->id.',
value: encodeURIComponent(newurl),
value: newurl,
},
context: document.body
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment