There is no configure link in the module, it would be helpful if we add that in the module
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | login redirect configure patch applied.PNG | 5.67 KB | pankajsachdeva |
| #2 | 2880223-2.patch | 341 bytes | Pavan B S |
There is no configure link in the module, it would be helpful if we add that in the module
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | login redirect configure patch applied.PNG | 5.67 KB | pankajsachdeva |
| #2 | 2880223-2.patch | 341 bytes | Pavan B S |
Comments
Comment #2
Pavan B S commentedApplying the patch, please review
Comment #3
riddhi.addweb commentedThanks 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"
Comment #4
riddhi.addweb commentedComment #5
pankajsachdeva commentedComment #6
pankajsachdeva commentedHi 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.
Comment #7
pankajsachdeva commentedHi Pavan,
I have manually reviewed your patch and also applied successfully. Patch is looking good.
Nice work!!!
+1 RTBC
Comment #8
pankajsachdeva commented