Problem/Motivation

When you are extend page, the configure link should appear to go the configuration form easily.

Steps to reproduce

  1. Install the module
  2. Go to extend page
  3. Look for this module and you will not see configure option

Proposed resolution

Add the configure link to info.yml

CommentFileSizeAuthor
#3 3174820-2.patch329 bytesPooja Ganjage
Command icon 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

vaibhavjain created an issue. See original summary.

timotej-pl’s picture

Add this line to save_continue.info.yml file :
configure: save_continue.save_continue_settings_form

Pooja Ganjage’s picture

StatusFileSize
new329 bytes

Hi,

I am creating a patch for this issue.

Kindly review the patch.

Thanks.

Pooja Ganjage’s picture

Status: Active » Needs review
meri_atanasovska’s picture

Patch form #3 works perfect.

meri_atanasovska’s picture

Status: Needs review » Reviewed & tested by the community
shashank5563’s picture

I have tested #3 patch and found working as expected.

nishant’s picture

Reviewed patch#3 and it's working fine for me.

Rajan Kumar made their first commit to this issue’s fork.

rajan kumar’s picture

Status: Reviewed & tested by the community » Fixed

I have added above patch in latest branch.

rajan kumar’s picture

Status: Fixed » Closed (fixed)