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.