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

fix(T33012): issue with an empty tags dropdown #1506

Closed
wants to merge 1 commit into from

Conversation

sakutademos
Copy link
Contributor

Ticket: https://yaits.demos-deutschland.de/T33012

Description: This PR fixes the issue with an empty tags dropdown. The options for the DpMultiselect need to be passed correctly, with the data structure: {id: '', name: ''}.

  • convert the data before passing it to the multiselect

  • Link all relevant tickets

  • Move the tickets on the board accordingly

…ectly. The data structure should be: {id: '', name: ''}

- convert the data before passing it to the multiselect
@sakutademos sakutademos added the review:frontend PRs that are missing review(s) from a FE perspective label Jun 12, 2023
@sakutademos sakutademos self-assigned this Jun 12, 2023
Copy link
Contributor

@gruenbergerdemos gruenbergerdemos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be fixed with demos-europe/demosplan-ui#290, because the group related props (group-label etc) are not passed to vue multiselect and we don't have the options available via the props in the slot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:frontend PRs that are missing review(s) from a FE perspective
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants