Administrate General Release Notes
Defects Resolved
- The Achievement Document URL is now available as a merge field in Communication Templates.
- The "Email Booking Contacts" option in the Adhoc emailer is now supported after adding Unnamed Students with a Booking Contact to an Event.
- Improved the performance of issuing a large number of Training Passes on the Interest of a Booking.
Additional Updates
Developer Experience
The create and update operations in CourseTemplateMutations now enforce a maximum length for the following fields:
- code: 120 characters
- title: 255 characters
Added the following fields to the courseTemplate.create and courseTemplate.update mutations:
- learningMode
- teaser
- whatYouWillLearn
- description
- teachingMethod
- overview
- prerequisites
- pricingBandId
- eventTemplateId
Added the following fields to the CourseTemplateType:
- pricingBand
- eventTemplate
Added the following new queries:
- pricingBands
- eventTemplates
Defects Resolved
- Fixed an issue where re-running a Webhook from an existing log did not trigger the Webhook.
- Improved the performance when issuing a large number of Training Passes when using the opportunities.progress mutation.