This is an automated email from the ASF dual-hosted git repository.
dixitdeepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 412c6006ac Moved EmailScreens.xml#ServiceNotification from
application/content to framework/common (OFBIZ-13453)
412c6006ac is described below
commit 412c6006acab2f81cd8bf2f923ff7d11dd05bad9
Author: Deepak Dixit <[email protected]>
AuthorDate: Wed Jul 1 12:27:40 2026 +0530
Moved EmailScreens.xml#ServiceNotification from application/content to
framework/common (OFBIZ-13453)
---
.../content => framework/common}/template/email/ServiceNotification.ftl | 0
{applications/content => framework/common}/widget/EmailScreens.xml | 2 +-
framework/service/config/serviceengine.xml | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/content/template/email/ServiceNotification.ftl
b/framework/common/template/email/ServiceNotification.ftl
similarity index 100%
rename from applications/content/template/email/ServiceNotification.ftl
rename to framework/common/template/email/ServiceNotification.ftl
diff --git a/applications/content/widget/EmailScreens.xml
b/framework/common/widget/EmailScreens.xml
similarity index 96%
rename from applications/content/widget/EmailScreens.xml
rename to framework/common/widget/EmailScreens.xml
index 9adfcb22f9..5102c9e4d4 100644
--- a/applications/content/widget/EmailScreens.xml
+++ b/framework/common/widget/EmailScreens.xml
@@ -24,7 +24,7 @@
<section>
<widgets>
<platform-specific>
- <html><html-template
location="component://content/template/email/ServiceNotification.ftl"/></html>
+ <html><html-template
location="component://common/template/email/ServiceNotification.ftl"/></html>
</platform-specific>
</widgets>
</section>
diff --git a/framework/service/config/serviceengine.xml
b/framework/service/config/serviceengine.xml
index 1c6d2bd219..a6b094a513 100644
--- a/framework/service/config/serviceengine.xml
+++ b/framework/service/config/serviceengine.xml
@@ -77,7 +77,7 @@ under the License.
<notification-group name="default.error.main">
<notification subject="Service Error ${model.serviceName}"
-
screen="component://content/widget/EmailScreens.xml#ServiceNotification"/>
+
screen="component://common/widget/EmailScreens.xml#ServiceNotification"/>
<notify type="from">[email protected]</notify>
<notify type="to">[email protected]</notify>
</notification-group>