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

commit 9c9c175c96187e2342735b2be945a8a1c0f16fea
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Feb 12 11:28:13 2022 +0100

    Improved: EditTrackingCode screen - duplicate action trigger (OFBIZ-12569)
    
    When accessing
    
https://localhost:8443/marketing/control/EditTrackingCode?trackingCodeId=9000
    the action trigger "Create Tracing Code" is duplicated.
    
    Thanks: Pierre Smits for report
---
 applications/marketing/widget/TrackingCodeScreens.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/applications/marketing/widget/TrackingCodeScreens.xml 
b/applications/marketing/widget/TrackingCodeScreens.xml
index 72c8179..6bc1f97 100644
--- a/applications/marketing/widget/TrackingCodeScreens.xml
+++ b/applications/marketing/widget/TrackingCodeScreens.xml
@@ -90,11 +90,6 @@ under the License.
                             </condition>
                             <widgets>
                                 <screenlet 
title="${uiLabelMap.PageTitleEditTrackingCode}">
-                                    <container>
-                                        <link  
text="${uiLabelMap.MarketingTrackingCodeCreate}" target="/EditTrackingCode" 
style="buttontext">
-                                            <parameter param-name="DONE_PAGE" 
from-field="donePage"/>
-                                        </link>
-                                    </container>
                                     <include-form name="EditTrackingCode" 
location="component://marketing/widget/TrackingCodeForms.xml"/>
                                 </screenlet>
                             </widgets>
@@ -247,7 +242,7 @@ under the License.
             </widgets>
         </section>
     </screen>
-    
+
     <screen name="ListTrackingCodeVisits">
         <section>
             <actions>

Reply via email to