Umbraco-CMS
Umbraco-CMS copied to clipboard
Toggling Approved for a member stops working after clicking Save
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
10.2
Bug summary
After clicking Approved to true on a member and clicking Save, you can then toggle Approved to false and click Save again but you can then no longer toggle Approved further without refreshing the browser.
Specifics
When changing Approved to true on a member and clicking Save, you can then change Approved to false and click Save again but then you can no longer change Approved without refreshing the browser. The config in the boolean editor which allows the state to change between true/false is lost after the Save has been completed and you can no longer change Approved without refreshing the browser.
The same happens on Edge, Chrome and Brave.
Steps to reproduce
Steps to reproduce:
- Create a new member and untick Approve
- Once the member has been created, go to the member tab and click Approve to set it to true
- Click Save but do not refresh the screen
- Click Approve to set it to false
- Click Save but do not refresh the screen
- Try and click Approve again and you can no longer set it to true unless you refresh the page
See attached video.
https://user-images.githubusercontent.com/67802060/190912792-8859eedb-3ff4-4e17-b8b2-131fbf74de3c.mp4
Expected result / actual result
You should be able to toggle Approved between true and false and click Save multiple times without refreshing the browser.
Hi there @justin-nevitech!
Firstly, a big thank you for raising this issue. Every piece of feedback we receive helps us to make Umbraco better.
We really appreciate your patience while we wait for our team to have a look at this but we wanted to let you know that we see this and share with you the plan for what comes next.
- We'll assess whether this issue relates to something that has already been fixed in a later version of the release that it has been raised for.
- If it's a bug, is it related to a release that we are actively supporting or is it related to a release that's in the end-of-life or security-only phase?
- We'll replicate the issue to ensure that the problem is as described.
- We'll decide whether the behavior is an issue or if the behavior is intended.
We wish we could work with everyone directly and assess your issue immediately but we're in the fortunate position of having lots of contributions to work with and only a few humans who are able to do it. We are making progress though and in the meantime, we will keep you in the loop and let you know when we have any questions.
Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:
Thanks @justin-nevitech!
We'll have a look at this soon, in the mean time, I have two observations:
- No need to create an issue before you create a PR, if you already know you've fixed it, only create a PR please, it saves everyone admin time.
- If you DO have an issue for the PR, then please use the PR template you get when creating a new PR. When GitHub sees the text
this fixes #12345
, it will automatically link the issue and the PR together, again, less admin time for us 😃
Thanks again, the team will look at this soon!
Ok, will bear this in mind for the next one @nul800sebastiaan . Thanks for the feedback.