Problem/Motivation

When you save a group content menu link, it redirects you to a different form for the same menu link. If you have sufficient permissions the form looks largely the same as the one you were just on, but for most users they will just get access denied.

Steps to reproduce

Proposed resolution

This modules uses the form class for menu link content items. That mostly works, except (and this is true also for the delete link), the submit handlers for the form class setup a redirect (without honoring any redirect URL set in a query destination parameter) back to the canonical URL. The module will need to build its own form classes for edit and delete of menu items.

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#6 3342780-6.patch6.46 KBheddn
#5 3342780-5.patch6.5 KBheddn
#2 3342780.patch6.92 KBheddn

Comments

heddn created an issue. See original summary.

heddn’s picture

Status: Active » Needs review
StatusFileSize
new6.92 KB

  • heddn committed 0c85b43d on 3.0.x
    Issue #3342780 by heddn: Save menu link redirects to another URL,...
heddn’s picture

Status: Needs review » Needs work

Needs backport to 1.x now.

heddn’s picture

Version: 3.0.x-dev » 8.x-1.x-dev
Status: Needs work » Needs review
StatusFileSize
new6.5 KB
heddn’s picture

StatusFileSize
new6.46 KB

  • heddn committed 3ebc2aa8 on 8.x-1.x
    Issue #3342780 by heddn: Save menu link redirects to another URL,...
heddn’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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