Right now the code for citcon_node_view() is firing on every single node which is problematic and causing errors on nodes (like webforms) that aren't citcon.

My patch isn't that elegant but it gets the job done.

Comments

raychaser’s picture

StatusFileSize
new656 bytes

I forgot there's a second fix I'd recommend. The citcon_form_node_form_alter hook is firing too. I have a patch for that as well.

mgifford’s picture

Status: Active » Needs review
StatusFileSize
new508 bytes

Makes sense to me. I just re-rolled against the git repo.