Problem/Motivation

Drupal 7 allows you to add a configure line to a module's .info file to let users on the admin/modules page quickly jump to the module's settings.

It would be handy if the SugaronDrupal: Drupal connector for SugarCRM module did this.

Proposed resolution

Add the following line to sugarondrupal.info:

configure = admin/config/sugarondrupal

Remaining tasks

  1. Write a patch
  2. Review and RTBC
  3. Commit

User interface changes

On the module list page, a "configure" link will point to admin/config/sugarondrupal.

API changes

None.

Data model changes

None.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mparker17 created an issue. See original summary.

mparker17’s picture

Assigned: mparker17 » Unassigned
Issue summary: View changes
Status: Active » Needs review

Here's a patch. Reviews welcome.

mparker17’s picture

I should probably attach that patch... :P

Aanal.addweb’s picture

Status: Needs review » Needs work
FileSize
44.45 KB

@mparker17, Thanks for providing patch, but the configure link should redirect us on "https://dcmja.ply.st/admin/config/sugarondrupal/settings" instead of "https://dcmja.ply.st/admin/config/sugarondrupal" just like the configuration page flow. PFA

dhruveshdtripathi’s picture

Thank you @dhwani.addweb for noticing the change. Changes made according to comment #4

dhruveshdtripathi’s picture

Status: Needs work » Needs review
krina.addweb’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
32 KB

@dhruveshdtripathi, Thanks for providing updated patch, now it works well As I tested it using simplytest.me. PFA for current redirection link of configuration.

dhruveshdtripathi’s picture

Issue summary: View changes