Closed (outdated)
Project:
Event
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2008 at 20:27 UTC
Updated:
13 Apr 2018 at 21:35 UTC
Jump to comment: Most recent
I'm using Event 1.0 in a Drupal 5.7 site, along with Date 2.0-rc (if that makes any difference). When I change the timezone handling settings (/admin/settings/event/timezone) and click on Save configuration, the settings are not saved after the page reloads.
Comments
Comment #1
GoofyX commentedSubscribing (because of #209507: REGRESSION: Not getting e-mail for own issues).
Comment #2
dozz commentedSame here, if the "variable timezones" setting is disabled, the settings can't be changed.
There is
variable_set('event_timezone_display', 'event')in theevent_admin_timezone_settings()function that generates the configuration form. This will be executed every time the configuration form is shown. After you click on Save configuration, the form is generated again and the changes are gone...Comment #3
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.