Gwendolyn Goetz
Gwendolyn Goetz
I'm pretty sure it's related to the ORM and how the "queries" are written for the database. It probably needs to more eagerly load the data for this page. I'd...
Question that asks for date is followed by address fields instead of date fields in Arkansas staging
@dkatzz Do you know if this is still a problem?
I tried different mutation detection options in `EbeanServerConfigStartup`, but still no luck. ```java databaseConfig.setJsonMutationDetection(MutationDetection.SOURCE); ``` I tried replace `Applicant`'s `synchronizeObject` with this and no luck ```java @PrePersist @PreUpdate public void...
FYI https://github.com/playframework/play-ebean/issues/304 I think the solution is going to have to be to manually call `io.ebean.DB.markAsDirty()` or just `this.markAsDirty()` within the `getApplicantData()` method (and other spots that update the json...
Will merge after tomorrow's release
Previously closed by accident.
Closing this since it's redundant with the PRD and the tracking issue for the work at #4051
Related https://github.com/civiform/civiform/issues/7137
I've never understood why we don't have a `slug` saved on the questions table like we do with programs. Would make life much easier than having to compute it all...
It would be confusing to show a popup when creating a new question since you can't add translations until after it's been created (translation is a separate page).