[Tickets #9070] Editing current occurrence: update day name
bugs at horde.org
bugs at horde.org
Tue Jun 1 10:11:29 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9070
------------------------------------------------------------------------------
Ticket | 9070
Created By | patrick.abiven at apitech.fr
Summary | Editing current occurrence: update day name
Queue | Kronolith
Version | FRAMEWORK_3
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
patrick.abiven at apitech.fr (2010-06-01 06:11) wrote:
Hello
When editing the current instance of a recurring event, the event
start date (day, month, year) is updated but not the name of day
(Monday, ...).
In templates/edit/javascript.inc, function setStartDate(), shouldn't
we call the updateWday on the start date ?
Regards
Patrick
..
$('start_year').value = startYear;
$('start_month').selectedIndex = startDate.getMonth();
$('start_day').selectedIndex = startDate.getDate() - 1;
+ updateWday('start_wday');
updateEndDate();
More information about the bugs
mailing list