We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfa8d6 commit 954747bCopy full SHA for 954747b
1 file changed
src/libs/SidebarUtils.ts
@@ -874,6 +874,7 @@ function getOptionData({
874
result.keyForList = String(report.reportID);
875
result.hasOutstandingChildRequest = report.hasOutstandingChildRequest;
876
result.parentReportID = report.parentReportID;
877
+ result.parentReportActionID = report.parentReportActionID;
878
result.isWaitingOnBankAccount = report.isWaitingOnBankAccount;
879
result.notificationPreference = getReportNotificationPreference(report);
880
result.isAllowedToComment = canUserPerformWriteActionUtil(report, isReportArchived);
0 commit comments