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

GoofyX’s picture

dozz’s picture

Same here, if the "variable timezones" setting is disabled, the settings can't be changed.

There is variable_set('event_timezone_display', 'event') in the event_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...

japerry’s picture

Status: Active » Closed (outdated)

Event 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.