There are cases where cep_negate_path will conflict with other modules that alter the current page. An example is the context_reaction_front module, which alters the front page. Basically both of these modules can potentially conflict with each other and cause a context not to evaluate when it should. I think it makes the most sense for cep_negate_path to execute /after/ other modules that want to alter the paths have executed, as cep_negate_path should be executed on the /final/ path of the current page.

This patch simply adds a .install file to set the weight of the cep_negate_path module to be 10, so that other modules will run before it.

CommentFileSizeAuthor
#1 context_extras_1003786.patch479 byteshadsie

Comments

hadsie’s picture

StatusFileSize
new479 bytes
chriscalip’s picture

hey hadsie I am looking for a new maintainer for this module. Do you want to take over?

hadsie’s picture

Yeah, for sure. I don't have a ton of time for it, but I should have enough time to keep things moving.

chriscalip’s picture

great! a look forward seeing your good work.

sndev’s picture

hadsie’s picture

Status: Needs review » Fixed

patch applied to codebase.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.