Page MenuHomePhorge

Default alarm is set in task/event edit form when it has no alarm set
Open, LowPublic

Description

To reproduce:

  1. Set the values on config.inc.php file:

$config['calendar_default_alarm_type'] = 'DISPLAY'; $config['calendar_default_alarm_offset'] = '-15M';

  1. Create a event with no alarm value (None)
  2. Click to edit event

The value on alarm presented will be the value of calendar_default_alarm_offset config.
It should be selected the alarm event value.

The default should be used only for new events/tasks.

Details

Ticket Type
Task