Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/deseng742: Made agreements optional in projects. Updated project overview. Updated XLSX download source in package.json #122

Merged
merged 4 commits into from
Nov 13, 2024

Conversation

jareth-whitney
Copy link
Contributor

  • Made agreements optional in projects
  • Updated project overview
  • Updated XLSX download source in package.json

…ect overview. Updated XLSX download source in package.json.
Copy link
Contributor

@Baelx Baelx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for doing a bit extra on this one. Also, I really appreciate you not only listing that something extra had to be done, but why.

<section>
<h2 for="ceaa">Agreements: </h2>
<h3 for="ceaa">Existing agreement(s):</h3>
<div *ngIf="project?.agreements?.length > 0">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for going the extra mile here :)

@@ -268,8 +268,10 @@ export class AddEditProjectComponent implements OnInit, AfterViewInit, OnDestroy
'contactFormEmails': new FormArray([new FormControl()])
});

// Form always has at least one agreement field
this.populateFormArray(this.agreements);
// Form can have no agreements or any number of agreements
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating the comment!

@jareth-whitney jareth-whitney merged commit 88b69ad into dev Nov 13, 2024
2 of 3 checks passed
@jareth-whitney jareth-whitney deleted the feature/deseng742 branch November 13, 2024 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants