ruleset fix

This commit is contained in:
Timo 2021-04-29 14:57:28 +03:00
parent 8b5c014143
commit 240c590581

View File

@ -104,7 +104,7 @@ export class AddEditProjectDialogComponent {
projectName: this.projectForm.get('projectName').value,
description: this.projectForm.get('description').value,
dueDate: this.hasDueDate ? this.projectForm.get('dueDate').value : undefined,
ruleSetId: this.projectForm.get('ruleSet').value,
ruleSetId: this.projectForm.get('ruleSetId').value,
downloadFileTypes: this.projectForm.get('downloadFileTypes').value,
reportTypes: this.projectForm.get('reportTypes').value
};