Skip to content
Snippets Groups Projects
Commit 59b9f5bb authored by Jonathan Chaffer's avatar Jonathan Chaffer Committed by Vladimir Roudakov
Browse files

Issue #3334806 by natemow: Compatibility with devel

parent 585f498d
No related branches found
No related tags found
1 merge request!4Make route parameters consistent with entity ID
......@@ -29,8 +29,8 @@ use Drupal\Core\Entity\EntityStorageInterface;
* "view_builder" = "Drupal\dfp\View\TagViewBuilder",
* },
* links = {
* "edit-form" = "/admin/structure/dfp_ads/tags/manage/{tag}",
* "delete-form" = "/admin/structure/dfp_ads/tags/manage/{tag}/delete",
* "edit-form" = "/admin/structure/dfp_ads/tags/manage/{dfp_tag}",
* "delete-form" = "/admin/structure/dfp_ads/tags/manage/{dfp_tag}/delete",
* "collection" = "/admin/structure/dfp_ads/tags",
* },
* entity_keys = {
......
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