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
Add a custom field with type 'checkbox' and with ticked or not value
Save the backlog item and you get an error: Specified argument was out of the range of valid values. (Parameter 'Unsupported field type: Checkbox')
Call stack:
at Raven.Yabt.Domain.BacklogItemServices.Commands.BacklogItemDtoToEntityConversion.ResolveChangedCustomFields(IDictionary`2 existingFields, IList`1 actions) in /Users/alex/Documents/Job/Raven/YABT/back-end/Domain/BacklogItemServices/Commands/BacklogItemDtoToEntityConversion.cs:line 175
at Raven.Yabt.Domain.BacklogItemServices.Commands.BacklogItemDtoToEntityConversion.ConvertToEntity[TModel,TDto](TDto dto, TModel entity) in /Users/alex/Documents/Job/Raven/YABT/back-end/Domain/BacklogItemServices/Commands/BacklogItemDtoToEntityConversion.cs:line 65
at Raven.Yabt.Domain.BacklogItemServices.Commands.BacklogItemCommandService.Update[T](String id, T dto) in /Users/alex/Documents/Job/Raven/YABT/back-end/Domain/BacklogItemServices/Commands/BacklogItemCommandService.cs:line 58
at DomainResults.Mvc.DomainResultExtensions.ToActionResultOfT[T](Task`1 domainResultTask, Action`2 errorAction)
...
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Specified argument was out of the range of valid values. (Parameter 'Unsupported field type: Checkbox')
Call stack:
The text was updated successfully, but these errors were encountered: