When a restriction is removed, the network should be marked as modified

Issue #165 resolved
Francisco Javier Díez created an issue

When a restriction is removed from a DAN, OpenMarkov does not mark the network as modified.

Comments (2)

  1. Miguel Ángel Artaso Landa

    Added the following lines

                networkChanged = true;
                networkPanel.setModified(true);
                networkPanel.getMainPanel ().getMainPanelMenuAssistant ().updateOptionsNetworkModified(false, false);
    

    to the method 'disableLinkRestriction' of the class 'EditorPanel' of the package 'org.openmarkov.core.gui.window.edition'.

  2. Log in to comment