New added favorite is not visible in 3.0.1b2_6.0.6

The new added Favorite is not visible.
It’s working after calling “forms.svy_nav_fr_shortcuts.loadShortcuts()” In the function “saveFavorite” of form “form svy_nav_fr_tree_top”.

Brgds, Michael

If I look in the code I see the following, it also seems to work ok:

function saveFavorite(event) {
	globals.svy_nav_favoriteSave()
	// load the shortcuts to see the new one
	forms.svy_nav_fr_shortcuts.loadShortcuts();
	// show the tab of the shortcuts
	forms.svy_nav_fr_bottom_bkmk_short.onClickShortcut();
}

Hi Sanneke,
the line “forms.svy_nav_fr_shortcuts.loadShortcuts();” was missing in the imported solution. Thats really strange… but anyway, it’s working :-)