https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39239 --- Comment #3 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- And with this tiny change, the Suggestions filter opens up to indicate that we added a default filter: diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt index ffa2363..098aa56 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt @@ -1450,6 +1450,9 @@ return true; }); }); + [% IF manageddate_from %] + $("fieldset.suggestion_information").toggle(); + [% END %] </script> [% END %] [% IF op == 'save' %] -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.