Problem/Motivation
MR by @velmir_taky at #3577782: Content Moderation workflow implementation to be committed and credited here.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork action_link-3577836
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
velmir_taky commentedCreated MR.
ConfirmForm::alterLinkBuild()unconditionally called$build['link']['#url']->mergeOptions(), but when state access is denied,#urlis NULL. Moved$query_optionsinside theisset()guard (as other style plugins do). Added a kernel test with a stubAccountInterfaceinstead of a full user setup.Comment #6
joachim commentedCommitted. Thanks!
I'll make a new beta release since this was a critical.