Closed (won't fix)
Project:
Office Hours
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2013 at 19:32 UTC
Updated:
5 Mar 2013 at 18:26 UTC
Jump to comment: Most recent file
Comments
Comment #1
jonhattanThis path disabled all the settings options. I'm not sure if some of them could stay enabled with impact. For example I think the 12/24 format doesn't affect the storage format --perhaps it should be moved to the widget / formatter settings.
Comment #2
johnvIMO these options should stay enabled. Indeed, you might have data loss when you set the 'allowed minutes' to a lower frequency, but that would be the only one. I don't want to take away the possiblility from administrator to fine-tune the widget when the site is live.
The patch contains a second, unrelated part. Please open a second issue if it deserves one. Thanks.
Comment #3
jonhattanLet's examine which options can safely stay enabled.
* Hours format 12/24: doesn't affect since the backend stores hours in 24h format always.
* Granularity: affects since some data in the backend may become invalid.
* Display add more link: doesn't affect.
* Validate hours: affects since the backend may contain invalid hours: opening throught midnight.
* Limit widget hours: affects since may contain invalid hours: already published hours may be out of the range.
So I suggest disabling granularity, validate_hours and limit.
Comment #4
johnvLet's leave this as it is.