Feature #16919
closedAJAX pagtree update could be used when a new page is created
0%
Description
When a new page is created, the page tree is triggered to be refreshed by a javascript call:
top.content.nav_frame.refresh_nav()
This behaviour could also be achieved by the new AJAX pagetree. To speed up reloading, only the updated branch of the tree has to be loaded.
(issue imported from #M4885)
Files
Updated by Ingmar Schlecht almost 18 years ago
Sounds like a good idea for 4.2.
cheers
Ingmar
Updated by Benni Mack almost 18 years ago
yeah, truly a superb idea! Let's see what I can do! Doesn't sound too hard! I'll put it on my 4.2 list :-)
Updated by Benni Mack almost 17 years ago
Hey.
I just created a first version of this idea.
You can try it out by applying the patch and then editing e.g. the title of a page. You'll see the refreshBranch in action.
Updated by Benni Mack almost 17 years ago
I'll have a look at the patch after the 4.2 release again.
Updated by Benni Mack over 16 years ago
This should now be fairly easy as part of the patch (the getSetUpdateSignal part) is already commited to the 4.2 branch. Should be quite simple from here on...
Updated by Ingmar Schlecht over 16 years ago
Something is broken with the page tree refresh signal that should be sent from TCEForms, in current TYPO3_4-2 branch the page tree frame (!) contains alt_doc.php after I click save on a page record.
Any idea what could be causing this?
cheers
Ingmar