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

When field is not in collection builder it is not possible to add new FieldType #1015

Closed
TheFogOfWar1 opened this issue May 4, 2023 · 1 comment
Labels
release/10.3.3 release/11.1.3 state/sprint-candidate We're trying to get this in a sprint at HQ in the next few weeks type/bug

Comments

@TheFogOfWar1
Copy link

TheFogOfWar1 commented May 4, 2023

When a fieldtype gets removed from the FieldCollectionBuilder the picker for the questions which use that FieldType, cannot be reset to another fieldtype.

image

image

Reproduction

Steps to reproduce

  • Remove a fieldtype from the builder.WithCollectionBuilder<FieldCollectionBuilder>()
  • Restart the application a
  • Go to a Form
  • Try to edit the question with the removed FieldType.

Expected result

I am expecting to be able to configure the question with another fieldtype. A poor workaround is to delete the question and re add it with a different fieldtype. With possible loss of aliasses.

Actual result

I am not able to pick another FieldType for the question which uses the removed FieldType


This item has been added to our backlog AB#29230

@AndyButland
Copy link

This looks to be mostly a UI issue - in that without a field type, the part you click on to open the overlay and select a different type isn't visible and clickable.

Well, actually part of it is...

image

... if you click this area it will open. So you can use that as a workaround whilst waiting for us to fix it up properly.

@AndyButland AndyButland added type/bug state/sprint-candidate We're trying to get this in a sprint at HQ in the next few weeks release/10.3.3 release/11.1.3 labels May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release/10.3.3 release/11.1.3 state/sprint-candidate We're trying to get this in a sprint at HQ in the next few weeks type/bug
Projects
None yet
Development

No branches or pull requests

2 participants