Skip to content

Commit 46c5564

Browse files
author
Sebastian Wagner
committed
Merge branch 'maintenance' into develop
2 parents a74e486 + f0730c6 commit 46c5564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intelmq_manager/static/js/configs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ function saveData(data, callback) {
558558
let current_id = node.bot_id, old_id = app.bot_before_altering.bot_id;
559559

560560
let old_bot = app.nodes[old_id];
561-
node.parameters.destination_queues = old_bot.parameters.destination_queues;
561+
node.parameters.destination_queues = old_bot ? old_bot.parameters.destination_queues : {};
562562

563563
if (current_id !== old_id) {
564564
if (current_id in app.nodes) {

0 commit comments

Comments
 (0)