diff --git a/infolog/js/app.js b/infolog/js/app.js index 9fb3db1b99..549819aabc 100644 --- a/infolog/js/app.js +++ b/infolog/js/app.js @@ -55,7 +55,10 @@ app.classes.infolog = AppJS.extend( { case 'infolog.index': this.filter_change(); - this.filter2_change(null, this.et2.getWidgetById('nm')); + // Show / hide descriptions according to details filter + var nm = this.et2.getWidgetById('nm'); + var filter2 = nm.getWidgetById('filter2'); + this.show_details(filter2.value == 'all',nm.getDOMNode(nm)); break; case 'infolog.edit.print': // Trigger print command if the infolog oppend for printing porpuse