Opened 5 years ago

Closed 5 years ago

#1485437 closed Feature Requests (fixed)

if search results contains no results, message is shown as warning

Reported by: tensor Owned by:
Priority: 5 Milestone: 0.2-stable
Component: User Interface Version: 0.2-beta
Severity: trivial Keywords:
Cc:

Description

Warning looks as if something bad has happened. Isn't it better to have a notice status?

=== program/steps/mail/search.inc
==================================================================
--- program/steps/mail/search.inc       (revision 1958)
+++ program/steps/mail/search.inc       (local)
@@ -96,7 +96,7 @@
 }
 else
 {
-  $OUTPUT->show_message('searchnomatch', 'warning');
+  $OUTPUT->show_message('searchnomatch', 'notice');
   $search_request = -1;
 }
 

Change History (1)

comment:1 Changed 5 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Applied in [b76275da].

Note: See TracTickets for help on using tickets.