feature: user details are individually exported; shared export field renderer

This commit is contained in:
Gary Sharp
2025-02-26 13:23:24 +11:00
parent 539503133a
commit a9687b5f25
65 changed files with 1559 additions and 2743 deletions
+2 -2
View File
@@ -219,8 +219,8 @@ namespace Disco.Services.Jobs
public ExportMetadata<JobExportOptions, JobExportRecord> BuildMetadata(DiscoDataContext database, List<JobExportRecord> records, IScheduledTaskStatus status)
{
var metadata = new ExportMetadata<JobExportOptions, JobExportRecord>(Options);
metadata.IgnoreShortNames.Add("Job");
metadata.IgnoreShortNames.Add("Job Details");
metadata.IgnoreGroupNames.Add("Job");
metadata.IgnoreGroupNames.Add("Job Details");
// Job
metadata.Add(o => o.JobId, r => r.Job.Id);