certtools / intelmq-manager

IntelMQ Manager is a graphical interface to manage configurations for IntelMQ framework.
https://docs.intelmq.org/latest/user/manager/
102 stars 56 forks source link

Adding new bots broken: dest_bot is undefined #272

Closed ghost closed 3 years ago

ghost commented 3 years ago

Pressing the OK button in the Add Node modal window leads to this exception:

Uncaught TypeError: dest_bot is undefined
    reverse_allowed_neighbors http://localhost/intelmq-manager/js/defaults.js:36
    get_reverse_connections http://localhost/intelmq-manager/js/defaults.js:36
    saveData http://localhost/intelmq-manager/js/configs.js:579
defaults.js:36:87
    reverse_allowed_neighbors http://localhost/intelmq-manager/js/defaults.js:36
    filter self-hosted:239
    get_reverse_connections http://localhost/intelmq-manager/js/defaults.js:36
    saveData http://localhost/intelmq-manager/js/configs.js:579
    saveData self-hosted:1279

Tried branch maintenance and 71cd2a6 (PR #270)