Mercurial > libervia-web
diff src/browser/sat_browser/constants.py @ 696:c2f22ca12e23
browser and server side: remove unibox
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 20 Apr 2015 08:51:25 +0200 |
parents | 9877607c719a |
children | f8a7a046ff9c |
line wrap: on
line diff
--- a/src/browser/sat_browser/constants.py Sun Apr 19 13:10:41 2015 +0200 +++ b/src/browser/sat_browser/constants.py Mon Apr 20 08:51:25 2015 +0200 @@ -30,8 +30,7 @@ # Cached parameters, e.g those that have an incidence on UI display/refresh: # - they can be any parameter (not necessarily specific to Libervia) # - list them as a couple (category, name) - CACHED_PARAMS = [(C.COMPOSITION_KEY, C.ENABLE_UNIBOX_PARAM), - ('General', C.SHOW_OFFLINE_CONTACTS), + CACHED_PARAMS = [('General', C.SHOW_OFFLINE_CONTACTS), ('General', C.SHOW_EMPTY_GROUPS), ]