Skip to content

Commit

Permalink
Merge pull request #2872 from SCADA-LTS/fix/#2871_Fixed_NativeJavaObj…
Browse files Browse the repository at this point in the history
…ect_for_DataPoint_Alphanumeric_type

#2871 Fixed NativeJavaObject for DataPoint Alphanumeric type - the pr…
  • Loading branch information
Limraj authored May 10, 2024
2 parents d37628e + 83cbffd commit ae54faf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/com/serotonin/mango/MangoContextListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ public void contextInitialized(ServletContextEvent evt) {

private void initialized(ServletContextEvent evt) {
log.info("Scada-LTS context starting at: " + Common.getStartupTime());


scriptContextInitialize();

// Get a handle on the context.
ServletContext ctx = evt.getServletContext();

Expand Down Expand Up @@ -160,8 +162,6 @@ private void initialized(ServletContextEvent evt) {

reportsInitialize();
maintenanceInitialize();

scriptContextInitialize();

// Notify the event manager of the startup.
SystemEventType.raiseEvent(new SystemEventType(
Expand Down

0 comments on commit ae54faf

Please sign in to comment.