Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions screen/SimpleScreens/Task/EditRelated.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ along with this software (see the LICENSE.md file). If not, see
</entity-find>
</entity-options>
</drop-down></default-field></field>
<field name="rootWorkEffortId"><default-field title="Project"><drop-down>
<entity-options key="${workEffortId}" text="${workEffortId}: ${workEffortName}">
<field name="rootWorkEffortId" from="task?.rootWorkEffortId"><default-field title="Project"><drop-down>
<entity-options key="${workEffortId}" text="${workEffortId}: ${workEffortName}" >
<entity-find entity-name="WorkEffortAndParty">
<econditions combine="or">
<econdition field-name="visibilityEnumId" operator="in" value="WevGeneral,WevAllUsers"/>
Expand All @@ -93,7 +93,7 @@ along with this software (see the LICENSE.md file). If not, see
<field name="workEffortId"><default-field><hidden/></default-field></field>
<field name="toWorkEffortId" from="workEffortId"><default-field><hidden/></default-field></field>

<field name="rootWorkEffortId"><default-field title="Project"><drop-down>
<field name="rootWorkEffortId" from="task?.rootWorkEffortId"><default-field title="Project"><drop-down>
<entity-options key="${workEffortId}" text="${workEffortId}: ${workEffortName}">
<entity-find entity-name="WorkEffortAndParty">
<econditions combine="or">
Expand Down