Skip to content

Commit

Permalink
Merge pull request #4343 from NCI-Agency/AB-828-allow-any-parent-task
Browse files Browse the repository at this point in the history
Allow any task as a parent
  • Loading branch information
gjvoosten authored Apr 26, 2023
2 parents 169f65c + db8a1a7 commit 55ff62a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anet-dictionary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ fields:

parentTask:
label: Parent objective / effort
placeholder: Start typing to search for a higher level task
placeholder: Start typing to search for a higher level objective / effort
childrenTasks: Sub efforts
taskedOrganizations:
label: Tasked organizations
Expand Down
4 changes: 2 additions & 2 deletions client/src/pages/tasks/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ const TaskForm = ({ edit, title, initialValues, notesComponent }) => {

const tasksFilters = {
allObjectives: {
label: `All ${Settings.fields.task.topLevel.longLabel}`,
queryVars: { hasParentTask: false }
label: `All ${Settings.fields.task.longLabel}`,
queryVars: {}
}
}
const positionsFilters = {
Expand Down

0 comments on commit 55ff62a

Please sign in to comment.