-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
dev/core#1400 - Put dashlets back to only showing open cases by default #19675
Conversation
(Standard links)
|
Removed pending from title. |
I've given this merge-ready as I think it's arguably a reviewer's-commit but ideally @kainuk would weigh in |
I will look into it tomorrow. |
thanks @kainuk - I think there is one other one too |
@kainuk I'm going to merge this now because it does need to be in the same release as your PR and I don't want it to get missed/forgotten - but could you please still test it? If you find it easier it will be in the rc by the end of the week and you can test the tarball |
I just tested the MyCases Dashlet. In my 5.12 instance (the version from before the regression) the dashlets show no closed cases. After #19666 and this patch it looks like this. Now in the case status field is shown what statuses are selected (the selection is the same). I think this is an improvement because it gives the user better feedback. |
The same for the All Case Dashlet. In the manual test, the patch is found working as intended. A good idea to merge it. |
Thanks for following up @kainuk |
Great! Thanks @kainuk for testing. |
Overview
This is pending what happens with #19666.
Before
Before 19666, case dashlets only show open cases when first displayed.
After
After 19666, it causes them to start showing closed cases too. This puts it back to open cases.
Technical Details
Comments