[ 
https://issues.apache.org/jira/browse/OFBIZ-1068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525404
 ] 

Bilgin Ibryam commented on OFBIZ-1068:
--------------------------------------

Hi,
i tested it too and it is definitely the browser save login feature.

>From the other hand i totally agree with BJ that required fields in  Create 
>Customer,  Create Prospect, Create Employee are not well notified and these 
>screens needs some refactoring. From the UI they all look exactly the same, 
>but they all have different required fields. They only way  to see the 
>required fields is to look in UserEvents.xml. But even this file donot look 
>correct to me. 

Another strange thing that i see is thst:
In PartyScreens.xml NewProspect and NewEmployee screens have this <set 
field="displayPassword" value="Y"/>.
And in the PartyForms.xml NewUser form has this: 
       <field use-when="displayPassword!=null" name="USERNAME"  
        <field use-when="displayPassword!=null" name="PASSWORD"  
        <field use-when="displayPassword!=null" name="CONFIRM_PASSWORD"

So for NewProspect and NewEmployee  screens it is OK to see these fields, but 
in NewCustomer screens these fields are also there, even displayPassword is not 
set in the screen context. Is it a bug ? If i set it explicitly <set 
field="displayPassword" value=""/> then it works correct. Is this the only way 
to fix it ? 

Another interesting thing for me is how do you know which fields are required 
for a NewProspect , NewEmployee and NewCustomer ? How should i decide which 
field should be required?

Regards,
Bilgin Ibryam

> New Employee Screen
> -------------------
>
>                 Key: OFBIZ-1068
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1068
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: party
>    Affects Versions: SVN trunk, Release Branch 4.0
>            Reporter: BJ Freeman
>            Assignee: Scott Gray
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> 1) contact Phone is checked by code but not noted as required on screen.
> 2) Username is filled with current party login Intead of blank
> 3) Password is filled with current party logn, instead of blank.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to