Skip to content

Commit

Permalink
Fix issue where edit panel might not be shown
Browse files Browse the repository at this point in the history
  • Loading branch information
GenieTim committed Nov 8, 2023
1 parent 727aaaf commit f2f9fe9
Show file tree
Hide file tree
Showing 3 changed files with 1,155 additions and 964 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ private static String getConfigOrSettingsValue(Configuration config,
* @return the Hibernate SessionFactory.
*/
public static SessionFactory getSessionFactory() {
if (sessionFactory == null) {
if (sessionFactory == null) {// || sessionFactory.isClosed()) {
createSessionFactory();
}
return sessionFactory;
Expand Down
Loading

0 comments on commit f2f9fe9

Please sign in to comment.