PierreSmits commented on pull request #466:
URL: https://github.com/apache/ofbiz-framework/pull/466#issuecomment-1018633810
Hi @danwatford<
Thanks for the comment. You mentioned that you created some test data to be
used with this. Could you share that with the community, so that we can make an
even better case why one should use OFBiz?
This may be the root cause of that error:
` <field name="approverPartyId" field-name="partyId">
<display-entity entity-name="PartyNameView"
description="${firstName} ${lastName}">
<sub-hyperlink target="/partymgr/control/viewprofile"
target-type="inter-app" description="${approverPartyId}"
link-style="buttontext">
<parameter param-name="partyId"
from-field="approverPartyId"/>
</sub-hyperlink>
</display-entity>
</field>`
Which can be found around line 366 in
https://github.com/apache/ofbiz-framework/blob/trunk/applications/humanres/widget/forms/RecruitmentForms.xml
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]