Skip to content
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
5d34f05
LNK-4651: Add Adhoc Type for AdhocReportGeneration
arianamihailescu Dec 31, 2025
0cf2dfb
LNK-4651: Add AddHoc Type
arianamihailescu Dec 31, 2025
700a410
Merge branch 'dev' into LNK-4651-AddHic-Type-for-AdhocReportGeneration
arianamihailescu Jan 12, 2026
7158661
LNK-4651: AdHoc-Type-for AdhocReport
arianamihailescu Jan 12, 2026
30ba9d4
Merge branch 'dev' of https://github.com/lantanagroup/link-cloud into…
arianamihailescu Jan 12, 2026
bbed52a
Merge remote-tracking branch 'origin/LNK-4651-AddHic-Type-for-AdhocRe…
arianamihailescu Jan 13, 2026
002f862
Merge branch 'dev' into LNK-4651-AddHic-Type-for-AdhocReportGeneration
arianamihailescu Jan 13, 2026
56d8424
LNK-4651: Add missing enum
arianamihailescu Jan 13, 2026
98e3023
Merge remote-tracking branch 'origin/LNK-4651-AddHic-Type-for-AdhocRe…
arianamihailescu Jan 13, 2026
d288983
LNK-4651: AdHoc Type - enable/disable generate report button based on…
arianamihailescu Jan 14, 2026
92eda5c
Merge branch 'dev' of https://github.com/lantanagroup/link-cloud into…
arianamihailescu Jan 14, 2026
8aefea6
LNK-4651: Renamed the label and clarified the values for better reada…
arianamihailescu Jan 14, 2026
442a90b
Merge branch 'dev' into LNK-4651-AddHic-Type-for-AdhocReportGeneration
arianamihailescu Jan 14, 2026
4ebd0fd
LNK-4651: Renamed the label and clarified the values for better reada…
arianamihailescu Jan 14, 2026
7382368
Merge remote-tracking branch 'origin/LNK-4651-AddHic-Type-for-AdhocRe…
arianamihailescu Jan 14, 2026
0986d90
LNK-4651: display AdHoc type column if only populated
arianamihailescu Jan 14, 2026
905decd
Merge branch 'dev' into LNK-4651-AddHic-Type-for-AdhocReportGeneration
arianamihailescu Jan 14, 2026
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
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,15 @@
<span class="data-value">{{reportSummary?.frequency}}</span>
</div>
</div>
<div>
<div class="data-label">
AdHoc Source
<span class="data-value">{{reportSummary?.adHocType}}</span>

@if (reportSummary?.adHocType) {
<div>
<div class="data-label">
AdHoc Source
<span class="data-value">{{reportSummary?.adHocType}}</span>
</div>
</div>
</div>
}
<div>
<div class="data-label">
Reporting Period
Expand Down
Loading