Author: ccarlow
Date: Tue May 19 14:20:19 2015
New Revision: 1680300
URL:
http://svn.apache.org/r1680300Log:
<entity-constraint name="parentTypeId" operator="equals" value="DEGREE"/> was removed from qualification field dropdown entity-options at applications/humanres/widget/forms/RecruitmentForms.xml#EditJobRequisition to allow other types such as EXPERIENCE to be assigned as a job requisition qualification type.
https://issues.apache.org/jira/browse/OFBIZ-6393?filter=-2Modified:
ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml
Modified: ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml?rev=1680300&r1=1680299&r2=1680300&view=diff==============================================================================
--- ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml (original)
+++ ofbiz/trunk/applications/humanres/widget/forms/RecruitmentForms.xml Tue May 19 14:20:19 2015
@@ -114,7 +114,6 @@ under the License.
<field name="qualification" widget-style="required" tooltip="${uiLabelMap.CommonRequired}">
<drop-down allow-empty="true">
<entity-options entity-name="PartyQualType" key-field-name="partyQualTypeId" description="${description}">
- <entity-constraint name="parentTypeId" operator="equals" value="DEGREE"/>
<entity-order-by field-name="description"/>
</entity-options>
</drop-down>