Download & Extend

Redirect to newly added node instead reloading current when node/add

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',
          ),
?>
nobody click here