Skip to content

Commit

Permalink
fix(Approval):fixed pi approvle 12 monts nfdi (#6100)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Jun 21, 2024
1 parent e53f695 commit 5aebcf8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ export class ApplicationFormularComponent extends ApplicationBaseClassComponent
if (this.simple_vm_project) {
this.simple_vm_min_vm = this.application.flavors.length > 0;
}
if (this.application.project_application_nfdi && this.application.project_application_nfdi.length > 0) {
this.max_lifetime = 12;
}
this.initiated_validation = true;
} else {
this.application = new Application(null);
Expand Down

0 comments on commit 5aebcf8

Please sign in to comment.