While upgrading the University of St. Thomas' EASY installation I had to adjust a lot of things for compatibility with a few notable small bug fixes:
All API version have been updated to 47. BUG: This was particularly important with some INT_Interaction.. classes. They didn't seem to want to reference one another because one of their APIs was set much higher
Old CumulusCI clean up - There appeared to be some tracked CumulusCI residue that was causing confusion in my IDE (IntelliJ with IlluminatedCloud plugin)
Updated .gitignore to stop tracking CumulusCI and intelliJ files
BUG: IsPopulatedc and PopulatedOnc added to ApplicationProgressBar class query. This was causing an error because they weren't being included in the query.
Feature by Farrah: Programs to only those where the Application Control being used for this Application = Program.Application_Control__c. Includes a lookup field on the Application Control on the Program Object
There are a lot of alignment changes in this pull request and I don't necessarily think you would approve it. I just wanted to let you know what we are up to and some of the changes we had to make.
While upgrading the University of St. Thomas' EASY installation I had to adjust a lot of things for compatibility with a few notable small bug fixes:
All API version have been updated to 47. BUG: This was particularly important with some INT_Interaction.. classes. They didn't seem to want to reference one another because one of their APIs was set much higher
Old CumulusCI clean up - There appeared to be some tracked CumulusCI residue that was causing confusion in my IDE (IntelliJ with IlluminatedCloud plugin)
Updated .gitignore to stop tracking CumulusCI and intelliJ files
BUG: IsPopulatedc and PopulatedOnc added to ApplicationProgressBar class query. This was causing an error because they weren't being included in the query.
Feature by Farrah: Programs to only those where the Application Control being used for this Application = Program.Application_Control__c. Includes a lookup field on the Application Control on the Program Object
There are a lot of alignment changes in this pull request and I don't necessarily think you would approve it. I just wanted to let you know what we are up to and some of the changes we had to make.