[
https://issues.apache.org/jira/browse/OFBIZ-6691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967446#comment-14967446 ]
Jacques Le Roux commented on OFBIZ-6691:
----------------------------------------
Instead of a quiet S/R action, this was an unexpected pain in the ass. A considerable number of forms:
EmployeeForms.xml
EmploymentForms.xml
EmplPositionForms.xml
GlobalHRSettingForms.xml
RecruitmentForms.xml
QuoteForms.xml
PartyForms.xml
StoreForms.xml
ContactForms.xml
FixedAssetForms.xml
TaskForms.xml
scrumForms.xml
TaskForms.xml
contained a large number of fields with
{code}
tooltip="${uiLabelMap.CommonRequired}"
{code}
but no
{code}
required-field="true"
{code}
Of course display and display-entity should not be concerned, I spotted a number of them in the lot.
I also removed a bunch of harcoded \* at end of labels (those followed by *required-field="true"*) and spotted a number of others }\*" who still need to be carefully reviewed to see if required=true is not missing there :/
> Remove tooltip="${uiLabelMap.CommonRequired}" from fields
> ---------------------------------------------------------
>
> Key: OFBIZ-6691
> URL:
https://issues.apache.org/jira/browse/OFBIZ-6691> Project: OFBiz
> Issue Type: Improvement
> Components: ALL APPLICATIONS
> Affects Versions: Trunk
> Reporter: Pierre Smits
> Labels: validation
>
> The aspect 'required-field="true"' should deliver this. Therefor, this is unnecessary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)