Open td5r opened 9 years ago
I found that initializeButtonActions is called twice and hence all actions are registered twice and in turn all functionality is called twice. i disabled this in one of the commits but found that there are some exceptions thrown when a session is reconfigured...so need to find a good solution before disabling it
As I have mentioned in another issue, every method of GuiController is called twice times.
e.g.: If you click on "navigate from id" the method
requirementsFromDB
is called. This is nice... but then it is called again by methodinitializeButtonActions
.Somehow the method
initializeButtonActions
is called multiple times.