Skip to content

Commit ec1d2a7

Browse files
committedSep 4, 2015
[FIX] typo
1 parent 1dfd8c5 commit ec1d2a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎web_menu_navbar_needaction/README.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ Needaction counters in main menu
66

77
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.
88

9-
The counters are updated periodically, so users will also be notified if there are new records that required attention.
9+
The counters are updated periodically, so users will also be notified if there are new records that require attention.
1010

1111
Configuration
1212
=============
1313

1414
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.
1515

16+
To disable updates, set the parameter to 0.
17+
1618
Usage
1719
=====
1820

0 commit comments

Comments
 (0)
Please sign in to comment.