From a4acb92a923c6545530395762177683031b35f03 Mon Sep 17 00:00:00 2001 From: Deepak Dixit Date: Mon, 4 Nov 2024 10:24:13 +0530 Subject: [PATCH] Fix typo --- .../main/groovy/org/moqui/impl/screen/ScreenFacadeImpl.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/main/groovy/org/moqui/impl/screen/ScreenFacadeImpl.groovy b/framework/src/main/groovy/org/moqui/impl/screen/ScreenFacadeImpl.groovy index 42ad634ae..196cf866d 100644 --- a/framework/src/main/groovy/org/moqui/impl/screen/ScreenFacadeImpl.groovy +++ b/framework/src/main/groovy/org/moqui/impl/screen/ScreenFacadeImpl.groovy @@ -299,7 +299,7 @@ class ScreenFacadeImpl implements ScreenFacade { } protected synchronized MNode makeWidgetTemplatesNodeByLocation(String templateLocation) { - //MNode templatesNode = (MNode) widgetTemplateLocationCache.get(templateLocation) + MNode templatesNode = (MNode) widgetTemplateLocationCache.get(templateLocation) try (InputStream is = ecfi.resourceFacade.getLocationStream(templateLocation)) { if (templatesNode != null) return templatesNode