I Installed dev verision of Linkchecker Summary Mail M Module but I do not have option to access admin page at /admin/config/content/linkchecker_summary_mail. This was the same case when I installed 7.x-1.2.
I do not see any permissions for admin apart from link checker module. What Am I missing? Please advise.
Thanks
Akshita
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | 3257871-10.patch | 1.5 KB | shashwat purav |
Issue fork linkchecker_summary_mail-3257871
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
Comment #2
eiriksmThere does indeed seem to be missing a permission for this module. If you log in as user 1 that page would work.
Happy to accept any patches or merge requests for a fix? 🤓
Comment #3
akshita commentedThank you. That was I figured out too. Logged in as super user to set the configurations of the module.
Comment #4
eiriksmTagging as novice. Task would be to add the permission as part of this module.
Comment #5
shashwat purav commentedAdded patch for the permission to access admin page.
Comment #6
eiriksmThat's very good, and thank you for that.
However, this issue is about the drupal 7 version
Comment #7
jeroentComment #8
shashwat purav commentedCreated patch for Drupal 7 version.
Comment #10
shashwat purav commentedFixed coding standards.
Comment #12
reenaraghavan commentedComment #13
reenaraghavan commentedAttached patch
Comment #14
jeroent@reenaraghavan,
This issue is about the Drupal 7 version, your patch contains some Drupal 9 code.
The patch in #10 looks good to me.
Nitpick: should we revert this on commit? Since this is an unrelated change?
Comment #16
eiriksmThanks everyone.
Agreed, I did just that