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

Fixed: Edit Button not Appearing After Experiment Publication #313

Conversation

bencap
Copy link
Collaborator

@bencap bencap commented Oct 28, 2024

Now that we handle this button state by asking the backend whether a user has permission for a certain action, it doesn't make sense to base the div component's visibility off the publication date of the experiment. Make the div visible always, and control the button visibility conditionally based on backend responses.

Now that we handle this button state by asking the backend whether a user has permission for a certain
action, it doesn't make sense to base the div component's visibility off the publication date of the
experiment. Make the div visible always, and control the button visibility conditionally based on
backend responses.
@bencap bencap added type: bug Something isn't working app: frontend Task implementation touches the frontend labels Oct 28, 2024
@bencap bencap changed the base branch from main to release-2024.4.2 October 28, 2024 16:53
@bencap bencap linked an issue Oct 28, 2024 that may be closed by this pull request
Copy link
Member

@EstelleDa EstelleDa left a comment

Choose a reason for hiding this comment

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

It looks great and works on my side.

@bencap bencap merged commit 2b31297 into release-2024.4.2 Nov 1, 2024
@bencap bencap deleted the bugfix/bencap/312/edit-button-not-present-when-experiment-published branch November 1, 2024 18:30
@bencap bencap mentioned this pull request Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: frontend Task implementation touches the frontend type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'Edit' Button not appearing when an experiment has published
2 participants