You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gocwebtemplate-core/gocwebtemplate-core-base/src/main/java/goc/webtemplate/component/AbstractCoreBean.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -340,7 +340,7 @@ public void setFooterPath(String footerPath) {
340
340
341
341
templateVersion = this.getTemplateVersion();
342
342
envRun = "";
343
-
if (Utility.isNullOrEmpty(templateVersion)) {
343
+
if (Utility.isNullOrEmpty(templateVersion) || templateVersion.equals("rn")) {
344
344
if ((environment != null) && environment.isVersionRnCombined()) {
0 commit comments