Release date: January 17, 2023 ET
We released the following updates since 8.45:
Improvements
Added support for applying Input Validation Rules to template Project
This includes support for:
- Applying Validation Rules to template Projects
- Changing Project configurations with Validation Rules
- Applying Validation Rules from a source Project to a target Project (including template Projects)
Learn more about using Input Validation Rules with template Projects here!
New reverse field ‘‘Version’’ for the Task entity
Added the reverse field “Versions” (sg_versions) on the Task entity that links to the single-entity field “Task” (sg_task) on the Version entity. This field is now available via the UI and API. [SG-27236]
Bug fixes
Email notifications
- Fixed an issue with recipients when sending emails for local install customers. [SG-28951]
Entity Importer
- Fixed a regression that caused the importer to crash if the task duration field contained data with an incorrect format. [SG-29119]
Python API
- When passing a Hash as
return_fields
tosg.create()
, a proper API error is now raised instead of a Crud internal error. [SG-12306]