You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix - Prevent from interfering with template mandatory field validation (#379)
* Fix - Prevent from interfering with template mandatory field validation
* Add tests & update CHANGELOG
* Fix tests
* Fix tests
* Fix tests
* Fix Associate myself with mandatory field
* Fix escalation by history with mandatory field
* Fix escalation by history with mandatory field
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Fixed
11
11
12
+
- Fix template mandatory field validation interference when adding solutions to tickets
12
13
- Fix the relationship when cloning a ticket: if the `Close linked tickets at the same time` option is enabled, the relationship is `DUPLICATED_WITH` otherwise it's `LINK_TO`
13
14
- Fix tech assignment should not trigger escalation behavior (as defined in the documentation)
0 commit comments