Closed (works as designed)
Project:
Lesson Ladder
Version:
7.x-1.0-alpha3
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2012 at 02:21 UTC
Updated:
10 Nov 2012 at 20:21 UTC
If you view the Curriculum/Ladder node as an admin, it has the regular View and Edit tabs at the top, as seen here: http://drupalladder.org/curriculum/158c7cc7-1545-e674-e16a-c93af467e4c8%20
If you view that same Ladder in the ladder view, it does not, as seen here: http://drupalladder.org/ladder/158c7cc7-1545-e674-e16a-c93af467e4c8
As noted in #1494972-7: Rename "curriculums" to be "Ladders", I'd like to get rid of the Curriculum node view altogether (or at least, links to it), but that makes it difficult to modify them.
Display the Edit tab on the Ladder view.
Comments
Comment #1
BrockBoland commentedI haven't found a good way to do this, in part because of the way that the code is organized.
The
lessons_curriculummodule—included in the Lessons project—defines the "curriculum" node type, which is used to organize lessons into ladders. Theladdermodule actually displays those nodes in a ladder. I can't find a way to add thenode/%/editlinks, either contextually or as local tabs, to the ladder view.In order to do so—and this may well be the best solution—I would like to eliminate the
lessons_curriculummodule by rolling all of its functionality into theladdermodule. This would make the Lessons and Ladder modules mutually dependent (right now, you can use Lessons without Ladder).I need to think this over and get some feedback before committing to anything.
Comment #2
BrockBoland commentedSince Ladder is not the content type (see #1822922: Create new ladder content type to replace curriculum), this is no longer an issue. That new code will be pushed to drupalladder.org soon.
Comment #2.0
BrockBoland commentedUpdated issue summary.