Posted by -Shaman- on October 25, 2009 at 2:33pm
| Project: | Popups API (Ajax Dialogs) |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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:
<?php
'a[href*=node/add]' => array( // Check rule
'hijackDestination' => FALSE,
'updateSource:final',
),
?>