Skip to content
Snippets Groups Projects
Commit 3a7869c3 authored by catch's avatar catch
Browse files

Issue #2666792 by bojanz, dawehner, kristiaanvandeneynde, edysmp, heddn:...

Issue #2666792 by bojanz, dawehner, kristiaanvandeneynde, edysmp, heddn: Provide a route provider for add-page of entities (follow-up)
parent 00ebd9a2
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@
* "canonical" = "/entity_test_with_bundle/{entity_test_with_bundle}",
* "add-page" = "/entity_test_with_bundle/add",
* "add-form" = "/entity_test_with_bundle/add/{entity_test_bundle}",
* "edit-form" = "/entity_test_with_bundle/manage/{entity_test_with_bundle}/edit",
* "delete-form" = "/entity_test_with_bundle/delete/entity_test_with_bundle/{entity_test_with_bundle}",
* "edit-form" = "/entity_test_with_bundle/{entity_test_with_bundle}/edit",
* "delete-form" = "/entity_test_with_bundle/{entity_test_with_bundle}/delete",
* },
* )
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment