+2010-11-26 Steffen Kamper <steffen@typo3.org>
+
+ * Fixed bug #16487: modulemenu.js breaks livesearch "Show all" when already in list module (Thanks to Andreas Kiessling)
+
2010-11-26 Christian Kuhn <lolli@schwarzbu.ch>
* Fixed bug #16317: [scheduler] Valid values generated from cron command does not contain integers only (Thanks to Marcus Krause)
//get id
var section = mod.split('_')[0];
if (top.fsMod.recentIds[section]) {
- params = 'id=' + top.fsMod.recentIds[section] + params;
+ params = 'id=' + top.fsMod.recentIds[section] + '&' + params;
}
if (record.navigationComponentId) {
if (this.loadedNavigationComponentId !== '') {
Ext.getCmp(this.loadedNavigationComponentId).hide();
}
-
+
var component = Ext.getCmp(navigationComponentId);
if (typeof component !== 'object') {
if (typeof this.availableNavigationComponents[navigationComponentId] !== 'function') {