- Issue created by @marc.bau
- 🇮🇳India dev2.addweb
nilesh.addweb → made their first commit to this issue’s fork.
- Merge request !13Resolved view workbench_current_user broken handler. → (Merged) created by Unnamed author
- Status changed to Needs review
2 months ago 6:15am 17 September 2024 - 🇮🇳India dev2.addweb
I have noted the issue in view migration from d8 to d9/d10, where the key roles needed to be changed to roles_target_id. This resolved the problem. I've created MR please review it.
-
agentrickard →
committed 33c59571 on 8.x-1.x authored by
nilesh.addweb →
Issue #3472453 by nilesh.addweb, marc.bau: workbench_current_user has...
-
agentrickard →
committed 33c59571 on 8.x-1.x authored by
nilesh.addweb →
- 🇺🇸United States agentrickard Georgia (US)
Are you able to test the dev branch to ensure it will be stable?
- 🇩🇪Germany marc.bau
Sure. That is what I have done and found the module is not compatible with current core releases like with 10.3.
I need a stable version for a project I‘m migrating from D7. Until today the defect here was the most breaking issue I found during tests and another you committed.
- 🇩🇪Germany marc.bau
Aside - how are you plaing to solve the problem that 8.x-1x is not compatible with 10.3, but older versions? Are you creating a new branch to support both and make clear the next version is compatible with 10.3+ only? I have seen other projects have set the min compatibility to 10.3 if this happens…
- 🇺🇸United States agentrickard Georgia (US)
8.x-1.x should be 10.3 compatible.
I am testing on Drupal 11 and the dev branch works fine.
I'll need a new issue if DEV isn't working on 10.3, with specific errors.
- 🇩🇪Germany marc.bau
You fixed the broken handler here… this requires min 10.3 if I‘m not wrong.
And the current published release is broken on 10.3 and obly works with 10.2 and older…
- 🇺🇸United States agentrickard Georgia (US)
So you filed an MR that requires 10.3+ and didn't note that at all until after it was committed?
The current published release is now 1.6 and tests on GitLab CI with 10.3.
- 🇩🇪Germany marc.bau
No. Honestly i do not know for sure, but I suspect the old handler has worked in a past core release. I do not know until what version exactly.