This is an automated email from the ASF dual-hosted git repository.
jleroux 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 718da0a50d Fixed: Fix form/grid issues in screens (OFBIZ-13036)
718da0a50d is described below
commit 718da0a50d8c3d834f27726a92bd80716f84400d
Author: Jacques Le Roux <[email protected]>
AuthorDate: Wed Apr 17 08:59:28 2024 +0200
Fixed: Fix form/grid issues in screens (OFBIZ-13036)
modified: EventScreens.xml: MyTasks is a grid not a form
---
applications/marketing/widget/sfa/EventScreens.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/applications/marketing/widget/sfa/EventScreens.xml
b/applications/marketing/widget/sfa/EventScreens.xml
index a48fcbddc6..3b1b08a3ac 100644
--- a/applications/marketing/widget/sfa/EventScreens.xml
+++ b/applications/marketing/widget/sfa/EventScreens.xml
@@ -45,7 +45,7 @@ under the License.
<section>
<widgets>
<screenlet
title="${uiLabelMap.SfaTaskAssignedToMe}" navigation-form-name="MyTasks">
- <include-form name="MyTasks"
location="component://marketing/widget/sfa/forms/EventForms.xml"/>
+ <include-grid name="MyTasks"
location="component://marketing/widget/sfa/forms/EventForms.xml"/>
</screenlet>
<screenlet
title="${uiLabelMap.SfaTaskAssignedByMe}" navigation-form-name="MyTasks">
<include-form name="TasksAssignedByMe"
location="component://marketing/widget/sfa/forms/EventForms.xml"/>