# This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. --- em_repositorylist_ORIG.js +++ em_repositorylist.js @@ -124,6 +124,9 @@ return false; } store.setBaseParam('rep', Ext.getCmp('repCombo').getValue()); + // saving selected repository to user data + TYPO3.EM.ExtDirect.saveSetting('selectedRepository', Ext.getCmp('repCombo').getValue()); + store.setBaseParam('installedOnly', this.showInstalledOnly); if (!this.showInstalledOnly) { this.filterMenuButton.removeClass('bold');