Comments

amarphule created an issue. See original summary.

amarphule’s picture

Assigned: amarphule » Unassigned
Status: Active » Needs review
StatusFileSize
new1.24 KB

Created a routing.yml as per the CR https://www.drupal.org/node/2119699

rahul.shinde’s picture

rahul.shinde’s picture

Issue tags: +#d8port
bramdriesen’s picture

Status: Needs review » Needs work
+++ b/hypothesis.routing.yml
@@ -0,0 +1,9 @@
+hypothesis.admin_form:

If this is an configuration/settings form, this needs to be "hypothesis.settings".

+++ b/hypothesis.routing.yml
@@ -0,0 +1,9 @@
+    _permission: 'access administration pages'

You should create a custom permission for this.

Refer to the configuration-api page here: https://www.drupal.org/docs/8/api/configuration-api/working-with-configu...

amarphule’s picture

Status: Needs work » Needs review
StatusFileSize
new1.23 KB
new673 bytes

Updated .routing.yml file as per suggested in the comment #9 and added interdiff

  • rahul.shinde committed 66123b7 on 8.x-1.x authored by amarphule
    Issue #3048142 by amarphule, rahul.shinde, BramDriesen, ZhuRenTongKu,...
  • rahul.shinde committed d019de5 on 8.x-1.x
    Issue #3048142: Updated path as we have packaging this module for...
rahul.shinde’s picture

Status: Needs review » Fixed

I have merged the patch and updated menu path as well.

rahul.shinde’s picture

Adding parent.

Status: Fixed » Closed (fixed)

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