Index: core-module/pom.xml
===================================================================
diff -u -rbd3bc4f4d31892d1057cffaf6c3bcc0af52b3503 -r312a4c70a76933fda62784c2a68962bdb880bfc6
--- core-module/pom.xml (.../pom.xml) (revision bd3bc4f4d31892d1057cffaf6c3bcc0af52b3503)
+++ core-module/pom.xml (.../pom.xml) (revision 312a4c70a76933fda62784c2a68962bdb880bfc6)
@@ -7,7 +7,7 @@
313devgrp
java-service-tree-framework-core-library
- 23.01.13
+ 23.01.14
../pom.xml
@@ -31,7 +31,7 @@
313devgrp
lib-module
- 23.01.13
+ 23.01.14
pom
Index: core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/interceptor/RouteTableInterceptor.java
===================================================================
diff -u -rbd3bc4f4d31892d1057cffaf6c3bcc0af52b3503 -r312a4c70a76933fda62784c2a68962bdb880bfc6
--- core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/interceptor/RouteTableInterceptor.java (.../RouteTableInterceptor.java) (revision bd3bc4f4d31892d1057cffaf6c3bcc0af52b3503)
+++ core-module/src/main/java/egovframework/com/ext/jstree/springHibernate/core/interceptor/RouteTableInterceptor.java (.../RouteTableInterceptor.java) (revision 312a4c70a76933fda62784c2a68962bdb880bfc6)
@@ -136,6 +136,31 @@
if(StringUtils.contains(servletPath,"getHistory.do")){
tableName = (String) SessionUtil.getAttribute("getHistory");
}
+
+ if(StringUtils.contains(servletPath,"getStatusMonitor.do")){
+ tableName = (String) SessionUtil.getAttribute("getStatusMonitor");
+ }
+ if(StringUtils.contains(servletPath,"getStatusNode.do")){
+ tableName = (String) SessionUtil.getAttribute("getStatusNode");
+ }
+ if(StringUtils.contains(servletPath,"getStatusChildNode.do")){
+ tableName = (String) SessionUtil.getAttribute("getStatusChildNode");
+ }
+ if(StringUtils.contains(servletPath,"getStatusChildNodeWithParent.do")){
+ tableName = (String) SessionUtil.getAttribute("getStatusChildNodeWithParent");
+ }
+ if(StringUtils.contains(servletPath,"addStatusNode.do")){
+ tableName = (String) SessionUtil.getAttribute("addStatusNode");
+ }
+ if(StringUtils.contains(servletPath,"updateStatusNode.do")){
+ tableName = (String) SessionUtil.getAttribute("updateStatusNode");
+ }
+ if(StringUtils.contains(servletPath,"moveStatusNode.do")){
+ tableName = (String) SessionUtil.getAttribute("moveStatusNode");
+ }
+ if(StringUtils.contains(servletPath,"getStatusHistory.do")){
+ tableName = (String) SessionUtil.getAttribute("getStatusHistory");
+ }
}
}
return tableName;
Index: lib-module/pom.xml
===================================================================
diff -u -rbd3bc4f4d31892d1057cffaf6c3bcc0af52b3503 -r312a4c70a76933fda62784c2a68962bdb880bfc6
--- lib-module/pom.xml (.../pom.xml) (revision bd3bc4f4d31892d1057cffaf6c3bcc0af52b3503)
+++ lib-module/pom.xml (.../pom.xml) (revision 312a4c70a76933fda62784c2a68962bdb880bfc6)
@@ -5,7 +5,7 @@
313devgrp
java-service-tree-framework-core-library
- 23.01.13
+ 23.01.14
../pom.xml
Index: pom.xml
===================================================================
diff -u -rbd3bc4f4d31892d1057cffaf6c3bcc0af52b3503 -r312a4c70a76933fda62784c2a68962bdb880bfc6
--- pom.xml (.../pom.xml) (revision bd3bc4f4d31892d1057cffaf6c3bcc0af52b3503)
+++ pom.xml (.../pom.xml) (revision 312a4c70a76933fda62784c2a68962bdb880bfc6)
@@ -10,7 +10,7 @@
4.0.0
313devgrp
java-service-tree-framework-core-library
- 23.01.13
+ 23.01.14
pom
java-service-tree-framework-core-library