[Tickets #14256] Typo error in kronolith.js. Could not delete events from web
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Feb 15 19:44:04 UTC 2016
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14256
------------------------------------------------------------------------------
Ticket | 14256
Created By | juan at inti.gob.ar
Summary | Typo error in kronolith.js. Could not delete events
| from web
Queue | Kronolith
Version | FRAMEWORK_5_2
Type | Bug
State | Unconfirmed
Priority | 3. High
Milestone |
Patch | 1
Owners |
------------------------------------------------------------------------------
juan at inti.gob.ar (2016-02-15 19:44) wrote:
In line 4568 of kronolith. js says:
if ((Kronolith.conf.confirm_delete || this.recurs) &&
!$this.delete_verified) {
and should say:
if ((Kronolith.conf.confirm_delete || this.recurs) && !this.delete_verified) {
there is a '$' sign in !$this.delete_verified that is throwing an
error. Because of this the delete buttons doesnt work.
More information about the bugs
mailing list