Closed (fixed)
Project:
Node clone
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2013 at 21:33 UTC
Updated:
4 Nov 2016 at 13:14 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
tripper54 commentedPatch attached - removes these tabs via hook_menu_local_tasks_alter.
Comment #2
tripper54 commentedUpdated patch for latest dev, with a bit of disambiguation in the comments.
Comment #3
pwolanin commentedHmm, this is a side effect of using the same path for save-edit and prepopulate.
The patch is wrong for the save-edit case.
Comment #4
tripper54 commentedGood catch. Here's the updated patch.
Comment #5
pwolanin commentedNeed to supply the default for the variable like
Comment #6
pwolanin commentedActually, I don't even think we need that check there, but we do need it to suppress the token in the path.
Comment #8
pwolanin commented