3
0
Fork 0

[FIX] typo

9.0
Holger Brunn 2015-09-04 08:03:53 +02:00
parent 1dfd8c5f1f
commit ec1d2a706a
1 changed files with 3 additions and 1 deletions

View File

@ -6,13 +6,15 @@ Needaction counters in main menu
This module shows the sum of all submenus' needaction counters in main menus. This way, users get visual feedback where there's still work to do without having to open the respective menu beforehand. This module shows the sum of all submenus' needaction counters in main menus. This way, users get visual feedback where there's still work to do without having to open the respective menu beforehand.
The counters are updated periodically, so users will also be notified if there are new records that required attention. The counters are updated periodically, so users will also be notified if there are new records that require attention.
Configuration Configuration
============= =============
To configure the update frequency, set the configuration parameter `web_menu_navbar_needaction.refresh_timeout` to the amount of milliseconds after which the counters should be updated. Don't do this too often, as this will cause a lot of queries to the database. The default it 600000, which is equivalent to 10 minutes. To configure the update frequency, set the configuration parameter `web_menu_navbar_needaction.refresh_timeout` to the amount of milliseconds after which the counters should be updated. Don't do this too often, as this will cause a lot of queries to the database. The default it 600000, which is equivalent to 10 minutes.
To disable updates, set the parameter to 0.
Usage Usage
===== =====