Closed (fixed)
Project:
PasswordResetTabs
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2016 at 11:30 UTC
Updated:
9 Nov 2016 at 06:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
xaiwant commentedreplaced deprecated url and applied latest patch
Comment #3
saurabh.tripathi.cs commentedHi we are currently busy with other projects we will review this soon.
Thanks for the patch.
Comment #4
saurabh.tripathi.cs commented@xaiwant ,
after applying this patch the url pointing to module UI stops working.Please check the snapshot.
Thanks.
Comment #5
nikhilesh gupta commented@saurabh.tripathi.cs
Try this patch
Comment #6
nikhilesh gupta commentedComment #7
heykarthikwithu@saurabh.tripathi.cs, #2 works fine.
Since
Url::fromRoute('password_reset_tabs.provide_tabs')->toString()will return aGeneratedUrl/stringwhich is similar in case of\Drupal::url('password_reset_tabs.provide_tabs')And @Nikhilesh Gupta
Url::fromRoute('password_reset_tabs.provide_tabs')is returning a Url object which is not a string.Comment #8
nikhilesh gupta commentedWith #2 links are not working it seems. I have seen one patch similar to this Deprecated Methods
Comment #9
saurabh.tripathi.cs commentedPlease Provide a valid patch in this as #2 is not working.
Comment #11
saurabh.tripathi.cs commentedComment #12
saurabh.tripathi.cs commented