Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2009 at 14:33 UTC
Updated:
25 Oct 2009 at 14:33 UTC
I want make node/add via popups, but after hitting submit I'm staying at the same page (there's reload, but newly added node is not showing up).
I tried with this code:
'a[href*=node/add]' => array( // Check rule
'hijackDestination' => FALSE,
'updateSource:final',
),