Problem/Motivation
The module does not display the link to its configuration page on the installed modules listing page.
Steps to reproduce
Access the installed modules page, search for the "S3 File System CORS Upload" module and verify that the link to the module's configuration page does not appear.
Proposed resolution
Add the route to the module configuration form in the s3fs_cors.info.yml file.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | after_patch.jpg | 70.3 KB | shamir.vs |
| #5 | before_patch.jpg | 69.88 KB | shamir.vs |
Issue fork s3fs_cors-3568839
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 #3
ajfernandez commentedComment #4
ajfernandez commentedComment #5
shamir.vs commentedI have reviewed the MR and verified it locally. It's now showing a configuration link.
Before Patch
After applying the patch
Comment #6
heddnThanks for the contribution here.