Gwendolyn Goetz
Gwendolyn Goetz
> [!TIP] > The authority_id is the unique identifier from the IDCS that is checked when a user logs in to verify their account. It is defined in the database...
If you log in as an Admin, CiviForm will let you create/submit applications. This should not be allowed. If you need to create applications you should be going through the...
The recent change to remove the `applicant_id` from the url has made it much more difficult to troubleshoot logs in production. I used to be able to see a logged...
The system current allows you to create a new program and publish it without adding any questions. Applicants then see an empty program. Submitting this the empty program does not...
Pressing the add button on the TI Group edit screen results in an error when you leave the address field empty. It's on this page: https://HOSTNAME/admin/tiGroups/1/edit
Example: Applicant can choose to have up to 3 trees. Each tree option has multiple fields that would be part of the enumerator. Currently enumerators are unbounded. We should add...
Documenting a very minor change. [Recently updated Playwright]( https://github.com/civiform/civiform/pull/7155#pullrequestreview-1986930468). It ships with Chrome 124. Something in the latest version of Chrome every so slight make the currently select part of...
### Description Please explain the changes you made here. ## Release notes The title of the pull request will be used as the default release notes description. If more detail...
> [!WARNING] > Make sure to run `bin/build-dev` or your container will continue to run Java 11 This branch is off the Java 17 draft branch and is primarily intended...
We need to provide a way to better indicate to users if a deployment of CiviForm is production or not production. We can split this into separate issues later, I'm...