- Issue created by @govind.maloo
- Merge request !55Issue #3510584: Replace _entity_access with _custom_access callback - Changed... โ (Open) created by govind.maloo
- ๐ฌ๐ทGreece Pavlos.Dontas
Had the same problem.
The custom access check from the diff fixed this issue.
- ๐บ๐ธUnited States bluegeek9
Can you tell me which version of Drupal you are using? I am having trouble reproducing the error.
- ๐ช๐ธSpain evamtinez
Same error in Drupal 10.3.13. Fixed with the MR created in #3
- ๐บ๐ธUnited States jimmynash
MR in #3 fixed the issue for us.
Strangely it only seemed to present on a single node. I'm not sure why.Drupal: 10.4.3
PHP: 8.3.6
quick_node_clone: 8.x-1.22 - ๐ท๐บRussia kiseleva.t
MR fixed issue for us too, thank you!
Exported MR into static patch.
- Status changed to Needs review
2 days ago 9:28am 8 May 2025 - ๐ฎ๐ณIndia JatinGupta40
I also got the same error after I updated the module.
After applying this MR, the issue resolved for me.
Its a good to go MR.Thanks.