Skip to content
Snippets Groups Projects
Commit e5e092b2 authored by Élie Fidèle Rijaniaina's avatar Élie Fidèle Rijaniaina
Browse files

fix: action.id not defined

parent 4c0d9ecf
No related branches found
No related tags found
No related merge requests found
......@@ -933,8 +933,9 @@
X.coInterface.actions.request_archive(params).then(function () {
toastr.success("Action archivée");
ajaxPost(null, coWsConfig.pingActionManagement, {
event: '.archive' + php.parent_id, data: {
action: action.id,
event: '.archive' + php.parent_id,
data: {
action: id,
emiter: '',
}
}, null, null, { contentType: 'application/json' });
......
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