[jira] [Commented] (OFBIZ-7205) Create party resume not working. ResumeId doesn't have text field to enter

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-7205) Create party resume not working. ResumeId doesn't have text field to enter

Nicolas Malin (Jira)

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

Montalbano Florian commented on OFBIZ-7205:
-------------------------------------------

We could remove the actions 'add' and 'edit' in the Party component but let the possibility to view these informations from this component. I'm trying to think in practice mode : If I want to check both the Resume and the Skills of a Party, it may be nice to have these as tabs in the Party component, but only with read-only mode.

By the way, the problem of the JIRA comes from the PartySrcreens#EditPartyResumes from the Party component. It was lacking the line :
{code} <entity-one entity-name="PartyResume" value-field="partyResume"/> {code}
in the action of the screen. Then in the form PartyResumeForms#EditPartyResume , the condition
{code}<field name="resumeId" use-when="partyResume!=null"><display/></field>{code}
was triggered somehow (this may mean that a non defined map is not 'null' but something else). And then, the field was displayed with no 'resumeId' defined.

And the list of resumes from the Party component was not working too. In the same screen than before PartySrcreens#EditPartyResumes, the following setting was missing :
{code} <set field="partyResumeCtx.partyId" from-field="parameters.partyId"/> {code}
This "partyResumeCtx" is used as the input field map in the form PartyResumeForms#ListPartyResumes. So, the form was searching resume without information about the partyId.



> Create party resume not working. ResumeId doesn't have text field to enter
> --------------------------------------------------------------------------
>
>                 Key: OFBIZ-7205
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7205
>             Project: OFBiz
>          Issue Type: Bug
>          Components: party
>    Affects Versions: Release Branch 13.07, Release Branch 14.12, Trunk, Release Branch 15.12
>            Reporter: Amardeep Singh Jhajj
>            Assignee: Amardeep Singh Jhajj
>         Attachments: OFBIZ-7205-Screen-Shot.png
>
>
> Please refer attached screenshot.
> Steps to regenerate:
> 1. Go to https://localhost:8443/partymgr/control/EditPartyResumes?partyId=admin.
> 2. Create Resume form does not have ResumeId text field. Cannot add resume to party from here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)