Administrate General Release Notes
Defects Resolved
Performance Improvements
- Improved the speed and performance when adding items to the cart in WebLink.
- Optimized reporting on emails to ensure more consistent and faster load times.
General
- Fixed an issue where the booking contact field was not displayed when adding Unnamed Students from Registration.
- Resolved an issue where Email Reports were displaying incorrect statuses. Now, when you create an Email entity Report with a filter on Status, only matching results are returned, and the status correctly aligns with the Trigger Log.
Additional Updates
What's New?
Developer Experience
Defects Resolved
- Fixed an issue where the Events query sometimes returned an error due to a timezone handling issue.
- Added a new mutation, documents.update, enabling users to:
- Update document details such as description, tags, and categories
- Move documents between folders
- Add query field added queries.opportunityAttributes.section
- Added query type queries.opportunitySections
- Added mutations.opportunityAttributes.create
- Added mutations.opportunityAttributes.update
Deprecation Notice
The scheduled removal date for the fields is 2025-03-31
| Input Type | Field | Replaced with |
| CoursePublicPriceInput | currencyCode | financialUnitId |
| CourseTemplateCreateInput | lifecycle | lifecycleState |
| CourseTemplateUpdateInput | lifecycle | lifecycleState |
| LearningPathLearnerRegistrationInput | currencyCode | financialUnitId |
| PrivateEventDetailsCreateInputType | currencyId | financialUnitId |
| RemoveEventStaffInputType | eventId | N/A. Field not necessary and is ignored |
| EventUpdateInputType | courseCode | code |
| EventUpdateInputType | location | locationId |
| EventUpdateInputType | taxType | taxTypeId |
| EventUpdateInputType | timeZone | timeZoneName |
| EventUpdateInputType | lifecycle | lifecycleState |
| EventRegisterContactsInputType | currencyCode | financialUnitId |
| CreateLmsResourceInputType | instructions | htmlDescription |
| CreateLmsResourceInputType | description | displayName for Content of type Separator, Discussion, Kryterion, and External. Otherwise in favor of htmlDescription. |
| UpdateLmsResourceInputType | instructions | htmlDescription |
| UpdateLmsResourceInputType | description | displayName for Content of type Separator, Discussion, Kryterion, and External. Otherwise in favor of htmlDescription. |
| EventAddPriceInputType | currencyCode | financialUnitId |
| EventAddPriceInputType | tokenTypeId | financialUnitId |
| SessionRemoveStaffInputType | sessionId | N/A. Field not necessary and is ignored |
| WebhookCreateInputType | emailAddress | notificationEmails |
| WebhookUpdateInputType | emailAddress | notificationEmails |