Problem/Motivation

I'm seeing the error,

Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("paragraphs_type") to generate a URL for route "entity.paragraphs_type.edit_form". in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 189 of core/lib/Drupal/Core/Routing/UrlGenerator.php).

Proposed resolution

In src/Entity/ParagraphsType.php, lines 85-86, paragraphs_type should be in {curly braces} instead of [square ones].

Remaining tasks

Make a MR.

Issue fork paragraphs-3587229

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

benstallings created an issue. See original summary.

benstallings’s picture

Issue summary: View changes
benstallings’s picture

Assigned: benstallings » Unassigned
Status: Active » Needs review

I don't know why the MR is not appearing above... it is open and ready to merge, at https://git.drupalcode.org/project/paragraphs/-/merge_requests/251 .

benstallings changed the visibility of the branch 3587229-missingmandatoryparametersexception-paragraphstype- to hidden.

fox mulder’s picture

MR !251 solved the related auto_entitylabel issue for us

benstallings’s picture

Status: Needs review » Reviewed & tested by the community

Thanks, @fox mulder!

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

  • berdir committed 6663136c on 8.x-1.x authored by benstallings
    fix: #3587229 MissingMandatoryParametersException "paragraphs_type"
    
    By...
berdir’s picture

Status: Reviewed & tested by the community » Fixed

Confused why that isn't failing harder, merged.

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.