Skip to content

Commit

Permalink
sqale: Added dependant mapping to QTableMapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Aug 23, 2021
1 parent daa7f2a commit 6dc961b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ private QTaskMapping(@NotNull SqaleRepoContext repositoryContext) {
addItemMapping(TaskType.F_THREAD_STOP_ACTION, enumMapper(q -> q.threadStopAction));
addItemMapping(TaskType.F_WAITING_REASON, enumMapper(q -> q.waitingReason));
// TODO dependentTaskIdentifiers String[] mapping not supported yet
addItemMapping(TaskType.F_DEPENDENT, multiStringMapper(q -> q.dependentTaskIdentifiers));
}

@Override
Expand Down

0 comments on commit 6dc961b

Please sign in to comment.