Problem/Motivation
The configure option is missing on the admin/modules overview page. Please see attached screenshot.
Steps to reproduce
Go to the admin/modules overview page. Search for the conditional_fields module. Notice there is no 'configure' link.
Proposed resolution
Add the 'configure' option.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Screenshot 376.png | 23.71 KB | pjbaert |
| #2 | configure-option-is-missing-on-extend-module-page-3211957-2.patch | 409 bytes | pjbaert |
| Screenshot 375.png | 22.5 KB | pjbaert |
Comments
Comment #2
pjbaertComment #3
pjbaertFind attached a screenshot of the result after applying the patch from #2
The 'configure' link goes to the
/admin/structure/conditional_fieldspath.Comment #4
guilhermevp commentedPatch works as issue proposal, but I believe the config menu should also show up in admin/config, right?
Not moving to RTBC due to that.
Comment #5
pjbaertThank you for reviewing this patch @guilhermevp!
I don't think so. I only added the
configureproperty as described on the drupal wiki.This property only shows a link to the config form in the Extend page when the user expands the details.
To make the config form show up on the admin/config page, there are additional config files needed as described on this drupal wiki page
If this is a requested feature, I believe we should describe this in a new issue.
Comment #6
guilhermevp commentedRight, with that said, I'm moving to RTBC! Thanks!
Comment #8
colanThanks!