You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mb...@apache.org on 2020/03/17 11:36:59 UTC

[ofbiz-framework] branch trunk updated: Fixed: Fixed a bug introduced with the removal of the login security question.

This is an automated email from the ASF dual-hosted git repository.

mbrohl 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 83b8b27  Fixed: Fixed a bug introduced with the removal of the  login security question.
83b8b27 is described below

commit 83b8b27b58029405ee7190380550b5aaa8e1ed3c
Author: Michael Brohl <mb...@apache.org>
AuthorDate: Tue Mar 17 12:36:40 2020 +0100

    Fixed: Fixed a bug introduced with the removal of the  login security
    question.
    
    (OFBIZ-11244)
    
    Thanks Olivier Heintz for reporting and Wiebke Pätzold for providing the
    patch.
---
 framework/common/widget/SecurityForms.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/framework/common/widget/SecurityForms.xml b/framework/common/widget/SecurityForms.xml
index 87dab35..bddfe98 100644
--- a/framework/common/widget/SecurityForms.xml
+++ b/framework/common/widget/SecurityForms.xml
@@ -79,6 +79,12 @@ under the License.
                 <option key="N" description="${uiLabelMap.CommonN}"/>
             </drop-down>
         </field>
+        <field name="submitButton" title="${uiLabelMap.CommonSave}" widget-style="smallSubmit"><submit button-type="text-link"/></field>
+        <field name="cancelLink" title=" " widget-style="smallSubmit">
+            <hyperlink description="${uiLabelMap.CommonCancelDone}" target="${cancelPage}" also-hidden="false">
+                <parameter param-name="partyId"/>
+            </hyperlink>
+        </field>
     </form>
 
     <form name="AddUserLoginSecurityGroup" type="single" target="${addUserLoginSecurityGroupURI}"