Closed (fixed)
Project:
Drupal core
Version:
8.1.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2016 at 17:53 UTC
Updated:
15 Mar 2016 at 12:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
subharanjan commentedComment #3
subharanjan commentedComment #4
subharanjan commentedComment #5
cilefen commentedComment #6
subharanjan commentedComment #7
cilefen commentedComment #8
cilefen commentedurl() is deprecated. Use Url::fromRoute() instead.
Comment #9
cilefen commentedA novice can handle the next step.
Comment #10
lluvigneHi
in this patch i change the url() function to Url::fromRoute(), but for me doesn't work. Any idea?
Thanks
Comment #12
lluvigneSorry about my last patch, the url needs to be a string, not an object. Maybe this will work (manually tested, works fine).
Sorry and thanks.
Comment #13
cilefen commentedGood. Thank you!
Comment #16
catchCommitted/pushed to 8.2.x and cherry-picked to 8.1.x. The patch doesn't cherry-pick to 8.0.x so marking fixed, if you re-roll for 8.0.x before the last patch release, please reopen the issue.
Comment #17
nesta_ commentedBackport to 8.0.x
Comment #18
Trupti Bhosale commentedVerified the patch 'permissions_page_link-2681753-17.patch' in comment #17 on drupal 8.0.x site.Steps performed are as follows:
1.Installed Drupal site with branch 8.0.x
2.Navigated to Appearance page, Permission link was not displayed
3.Applied the patch 'permissions_page_link-2681753-17.patch'
4.Navigate to Appearance page, Permission link is displayed now and navigates to correct URL
Attached snapshot for reference.
Installed drupal 8.1.x and drupal8.2.x and observed that Permission link navigates to correct URL bydefault.
Comment #19
Trupti Bhosale commentedComment #20
alexpottWe shouldn't backport this to to 8.0.x because the original patch that caused the issue was not - see #2651228: Add description beneath 'User the administration theme for editing content...' on the admin Appearance page.
In general we try not to add new translatable strings in patch releases.