Closed (fixed)
Project:
Scheduler
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Feb 2015 at 11:29 UTC
Updated:
16 Mar 2015 at 12:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ieguskiza commentedComment #2
ieguskiza commentedRemoved url() functions
Comment #3
pfrenssenComment #4
kalinchernev commentedComment #5
kalinchernev commentedimanol.eguskiza changes seem good.
$user object has been replaced by $account, I just noticed that after pulling latest changes. A small re-roll will be needed.
Comment #6
kalinchernev commentedComment #7
kalinchernev commentedComment #8
zealfire commentedMade the changes in the latest version.Please review.
Thanks.
Comment #9
kalinchernev commentedThis seems to match the routing correctly now.
the "admin/structure/types" page is actually at "node.overview_types"
At least at current 8.0.0-beta6
Comment #10
pfrenssenI would keep the original call to
$account->id()instead of accessing the$account->uidproperty directly.Comment #11
zealfire commentedSubmitting a new patch taking into account comment 9 and 10.Please review.
Thanks.
Comment #12
pfrenssenThis is now pointing to the node type overview page instead of the user edit form.
Comment #13
pfrenssenAlso just noticed that this is doing
$account->idinstead of$account->id().Comment #14
pfrenssenFixed my remarks from #12 and #13.
Comment #16
pfrenssenAll seems good, merged into 8.x-1.x, thanks everyone!
Comment #17
pfrenssen