There is no configure link in the module, it would be helpful if we add that in the module

Comments

Pavan B S created an issue. See original summary.

Pavan B S’s picture

Status: Active » Needs review
StatusFileSize
new341 bytes

Applying the patch, please review

riddhi.addweb’s picture

Thanks pavan for the patch, I checked your patch in simplytest.me and when i try to install the Login redirect module it shows me the below error.

Error :- "Fatal error: Call to undefined function url() in /home/rco2v/www/sites/default/modules/login_redirect/login_redirect.install on line 15"

riddhi.addweb’s picture

Status: Needs review » Needs work
pankajsachdeva’s picture

Assigned: Unassigned » pankajsachdeva
pankajsachdeva’s picture

Hi Jigar,

This error message "Error :- "Fatal error: Call to undefined function url() in /home/rco2v/www/sites/default/modules/login_redirect/login_redirect.install on line 15" not because of this configure link patch.

This is because url() function is deprecated in Drupal 8. Now we have to use 'Drupal:url()' instead.

I am creating a new issue for this https://www.drupal.org/node/2881695.

pankajsachdeva’s picture

StatusFileSize
new5.67 KB

Hi Pavan,

I have manually reviewed your patch and also applied successfully. Patch is looking good.

Nice work!!!

+1 RTBC

pankajsachdeva’s picture

Assigned: pankajsachdeva » Unassigned
Status: Needs work » Reviewed & tested by the community