References to admin/build/context should be admin/structure/content. There are some wrong references in context.ui.module and in context_reaction_Debug.inc.

After changing that, the D7 module actually seems to work. Im using block contexts with menu conditions, and it worked.

Great.

CommentFileSizeAuthor
#8 admin_build_references-1007334-8.patch2.15 KBtekante

Comments

steven jones’s picture

Title: (D7) references to admin/build/context should be admin/structure/content » References to admin/build/context should be admin/structure/content
Version: 7.x-3.0-alpha2 » 7.x-3.x-dev
Priority: Normal » Critical

Any chance you could provide a patch?

q0rban’s picture

Title: References to admin/build/context should be admin/structure/content » References to admin/build/context should be admin/structure/context
steven jones’s picture

Status: Active » Needs work

Actioning.

febbraro’s picture

Status: Needs work » Closed (fixed)

I just reviewed (read: grepped) all of the 7.x version and did not find any lingering references to admin/build/context.

q0rban’s picture

Title: References to admin/build/context should be admin/structure/context » References to admin/build should be admin/structure
Priority: Critical » Minor
Status: Closed (fixed) » Active

Yep, looks good, although there are some references to admin/build/modules in the README files:

grep -rn "admin/build" .
./context_ui/README.txt:12:- Context, Context UI modules enabled (`admin/build/modules`)
./context_layouts/README.txt:16:- Context and Context layouts modules are enabled (`admin/build/modules`).
./README.txt:41:CTools) on the `admin/build/modules` page.
febbraro’s picture

Nice catch. I'll fix those, thanks q0rban.

tekante’s picture

Assigned: Unassigned » tekante
tekante’s picture

StatusFileSize
new2.15 KB

Patch for admin/build references remaining in README files

febbraro’s picture

Status: Active » Closed (fixed)