Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backlog Item. Can't add a checkbox custom field #23

Closed
AKlaus opened this issue May 27, 2021 · 1 comment · Fixed by #30
Closed

Backlog Item. Can't add a checkbox custom field #23

AKlaus opened this issue May 27, 2021 · 1 comment · Fixed by #30
Labels
back-end Back-end specific issue bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@AKlaus
Copy link
Collaborator

AKlaus commented May 27, 2021

Steps to reproduce

  1. Open an backlog item
  2. Add a custom field with type 'checkbox' and with ticked or not value
    image
  3. 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)
...
@AKlaus AKlaus added bug Something isn't working good first issue Good for newcomers labels May 27, 2021
@AKlaus AKlaus added this to the v1.0 milestone May 27, 2021
@AKlaus AKlaus added the back-end Back-end specific issue label May 27, 2021
@AKlaus AKlaus linked a pull request Jun 8, 2021 that will close this issue
@AKlaus
Copy link
Collaborator Author

AKlaus commented Jun 8, 2021

fixed

@AKlaus AKlaus closed this as completed Jun 8, 2021
AKlaus added a commit that referenced this issue Jun 8, 2021
Fixed setting 'checkbox' custom fields for backlog items
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Back-end specific issue bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant