http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7259 --- Comment #4 from Ian Walls <ian.walls@bywatersolutions.com> 2011-12-07 13:42:07 UTC --- QA comments:
From the code, it appears that if a user can moderate tags, but not comments (or vice versa), they'll see both counts on the intranet-main page, rather than just the type they can moderate.
Changes input params for numberofreviews subroutine. While all usages of this subroutine are updated (just one), I would recommend adding a default value of 1 to the $status variable, so any code that calls the subroutine will continue to function as before. Introduces 3 new dependencies into intranet-main. Not sure there is anything that can be done about that, but it will increase page load time slightly (more just a note here than an actual QA request) While I cannot envision a situation where folks WOULDN'T want to know about these pending items, should the display of these counts be controlled by a system preference? This would prevent sudden, surprising change, which can really freak folks out. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.