Skip to content

Commit

Permalink
Fixed: Fixed a bug introduced with the removal of the login security
Browse files Browse the repository at this point in the history
question.

(OFBIZ-11244)

Thanks Olivier Heintz for reporting and Wiebke Pätzold for providing the
patch.
  • Loading branch information
mbrohl committed Mar 17, 2020
1 parent 2895da2 commit 83b8b27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions framework/common/widget/SecurityForms.xml
Expand Up @@ -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}"
Expand Down

0 comments on commit 83b8b27

Please sign in to comment.