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

Community/portal lost access to tags #10146

Closed
caybro opened this issue Apr 3, 2023 · 1 comment · Fixed by #10219
Closed

Community/portal lost access to tags #10146

caybro opened this issue Apr 3, 2023 · 1 comment · Fixed by #10219
Assignees
Milestone

Comments

@caybro
Copy link
Member

caybro commented Apr 3, 2023

(discovered as part of #9971, #10145)

@jrainville so this fixes tags for an existing community; however when you try to create a new community, the tags are simply not populated:

image

This is leading to code that got refactored recently as part of: Make communities data fetch calls async + clean up #9829

Same for the Community portal:
image

it's supposed to have a "tags row", CommunityPortalLayout.qml, l.152:

CommunityTagsRow {
    id: communityTags
    Layout.fillWidth: true
    tags: root.communitiesStore.communityTags
}
@caybro
Copy link
Member Author

caybro commented Apr 3, 2023

Possible regression from Make communities data fetch calls async + clean up #9829

@jrainville jrainville added this to the 0.11.0 RC milestone Apr 3, 2023
@jrainville jrainville moved this to Iteration Backlog in Status Desktop/Mobile Board Apr 3, 2023
@borismelnik borismelnik moved this from Iteration Backlog to In Progress in Status Desktop/Mobile Board Apr 5, 2023
@borismelnik borismelnik moved this from In Progress to Code review in Status Desktop/Mobile Board Apr 6, 2023
@github-project-automation github-project-automation bot moved this from Code review to Done in Status Desktop/Mobile Board Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants