View Issue Details

IDProjectCategoryView StatusLast Update
0004892SOGoWeb Preferencespublic2019-12-16 11:35
ReporterDam Assigned Tofrancis  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformLinuxOSDebianOS Version7
Product Version4.1.1 
Summary0004892: Refresh view only manually
Description

Hello,
In the Web interface, the refresh view field only allows the manual parameter.
If i change the SOGoRefreshViewCheck parameter in sogo.conf (for example every_minute), this does not change anything in the graphical interface.

I even tried to change the SOGoRefreshViewCheck parameter directly in the database without success.

Thank you for your help.

Steps To Reproduce

Go to the graphical interface, in Preference / General / Refresh view
Only "manually", impossible to have the other options

TagsNo tags attached.

Activities

Dam

Dam

2019-11-26 15:04

reporter  

francis

francis

2019-11-26 15:21

administrator   ~0013927

sogo.conf sets a default value for new users. If a user has already saved her preferences, the settings will no longer be affected by the defaults values found in sogo.conf.

Christian Mack

Christian Mack

2019-11-27 14:10

developer   ~0013929

Also check SOGoRefreshViewIntervals settings in sogo.conf

Dam

Dam

2019-12-13 15:09

reporter   ~0013976

ok for the default value for new users.
But I don't understand why the graphical interface of a old user doesn't propose to change the refresh view.
There is only the "manually" option available and not the others.
We should see the different options on graphical interface : every_minute, every_2_minutes, every_5_minutes ,every_10_minutes, every_20_minutes, every_30_minutes, once_per_hour
no ?

Christian Mack

Christian Mack

2019-12-13 16:14

developer   ~0013977

What have you set for SOGoRefreshViewIntervals in sogo.conf?
What has the user set for SOGoRefreshViewIntervals?
sogo-tool user-preferences get defaults ${USER} SOGoRefreshViewIntervals

Dam

Dam

2019-12-16 07:09

reporter   ~0013980

In sogo.conf :
SOGoRefreshViewCheck = every_minute;
SOGoRefreshViewIntervals = 1;

For user :
SOGoRefreshViewIntervals: "1"

Christian Mack

Christian Mack

2019-12-16 08:45

developer   ~0013981

That is your problem.
SOGoRefreshViewIntervals is an array Therefore:
SOGoRefreshViewIntervals = ( 1 );

Dam

Dam

2019-12-16 09:43

reporter   ~0013982

Thank you very much. That's exactly what it is.
Sorry for the inconvenience. I'll read the documentation again :)

Issue History

Date Modified Username Field Change
2019-11-26 15:04 Dam New Issue
2019-11-26 15:04 Dam File Added: refresh_view_only_manually_option.png
2019-11-26 15:21 francis Note Added: 0013927
2019-11-27 14:10 Christian Mack Note Added: 0013929
2019-12-13 15:09 Dam Note Added: 0013976
2019-12-13 16:14 Christian Mack Note Added: 0013977
2019-12-16 07:09 Dam Note Added: 0013980
2019-12-16 08:45 Christian Mack Note Added: 0013981
2019-12-16 09:43 Dam Note Added: 0013982
2019-12-16 11:35 francis Assigned To => francis
2019-12-16 11:35 francis Status new => closed
2019-12-16 11:35 francis Resolution open => no change required