Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7
-
Fix Version/s: 4.7
-
Component/s: Core CiviCRM
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
While beta-testing Civi 4.7, I noticed that a UI improvement had been made to the status screen to disallow hiding of messages with severity "debug", "info", "notice".
I understand the reasoning, but I think that it makes sense to allow hiding notices, which includes messages such as "PHP is out of date" and "(non-security) update of CiviCRM is available".
I'd say that these are both good examples of messages that you WOULD want to be able to hide for a week or a month. This is especially true since even setting the "snooze" via the API is currently ignored on a call to system.check. In my particular use case, this becomes especially important since I'm remotely monitoring many Civi instances - I want to get an email when a site has an update available, but upgrading PHP may be beyond my control.
Anyway, PR incoming.