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: Fix Display of Active Actions anonymously - MEED-7432 - Meeds-io/meeds#2366 #1729

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

boubaker
Copy link
Member

@boubaker boubaker commented Sep 6, 2024

Prior to this change, when displaying the Actions widget in public page anonymously, the actions list isn't displayed. This is due to the fact that it relies on a variable computed only in space context to know whether the actions list are retrieved or not. This change will use the right variable to know whether the Actions widget has a list of actions or not.

…/meeds#2366

Prior to this change, when displaying the Actions widget in public page anonymously, the actions list isn't displayed. This is due to the fact that it relies on a variable computed only in space context to know whether the actions list are retrieved or not. This change will use the right variable to know whether the Actions widget has a list of actions or not.
@github-actions github-actions bot added the partialCIBuild Perform Partial CI Build label Sep 6, 2024
Copy link

sonarcloud bot commented Sep 6, 2024

@boubaker boubaker merged commit 7f2daa7 into develop Sep 6, 2024
5 checks passed
@boubaker boubaker deleted the MEED-7432 branch September 6, 2024 08:05
exo-swf pushed a commit that referenced this pull request Sep 6, 2024
…/meeds#2366 (#1729)

Prior to this change, when displaying the Actions widget in public page
anonymously, the actions list isn't displayed. This is due to the fact
that it relies on a variable computed only in space context to know
whether the actions list are retrieved or not. This change will use the
right variable to know whether the Actions widget has a list of actions
or not.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
partialCIBuild Perform Partial CI Build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants