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

Command icon 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

joachim created an issue. See original summary.

velmir_taky made their first commit to this issue’s fork.

velmir_taky’s picture

Status: Active » Needs review

Created MR.

ConfirmForm::alterLinkBuild() unconditionally called $build['link']['#url']->mergeOptions(), but when state access is denied, #url is NULL. Moved $query_options inside the isset() guard (as other style plugins do). Added a kernel test with a stub AccountInterface instead of a full user setup.

  • joachim committed 2566798f on 1.0.x authored by velmir_taky
    fix: #3577836 ConfirmForm::alterLinkBuild() doesn't consider that #url...
joachim’s picture

Status: Needs review » Fixed

Committed. Thanks!

I'll make a new beta release since this was a critical.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.