Closed fdodino closed 7 years ago
Forgot to ask if isPending() message returns true/false:
@Override public void run() { ObjectTransactionManager.getTransaction(); this.bootstrap.run(); this.createMainWindow().open(); }
Should be:
@Override public void run() { ObjectTransactionManager.getTransaction(); if (this.bootstrap.isPending()) this.bootstrap.run(); this.createMainWindow().open(); }
Already deployed 3.6.1 version, sorry. :(
@fdodino we forgive you (?
:smile:
Forgot to ask if isPending() message returns true/false:
Should be:
Already deployed 3.6.1 version, sorry. :(