- Issue created by @artis
- Merge request !38check for process permission on each queue before outputting. β (Open) created by artis
- last update
over 1 year ago 4 fail - Status changed to Needs review
over 1 year ago 3:48am 23 December 2023 - πΊπΈUnited States artis
All of the test failures were related to other parts of the module not this code. I'm using this code in production on a site.
- First commit to issue fork.
- π―π΅Japan ptmkenny
I rebased since the tests in 3.1.x are passing; let's see if this passes now.
- π―π΅Japan ptmkenny
The MR breaks the phpunit tests, so I'm setting this to "Needs work."
The tests for 3.1.x are passing, so this MR is actually at fault.
- πΊπ¦Ukraine voleger Ukraine, Rivne
Yes, the current change also breaks the test, as the testing user is usually granted only `admin queue_ui` permission. So, tests need to be updated as well.