#2238: [Scheduler] this.scheduleCells is undefined
---------------------+------------------------------------------------------
Reporter: Cas | Owner:
Type: bug | Status: new
Priority: trivial | Milestone: 1.3.x
Component: plugin | Version: 1.3.5
Keywords: |
---------------------+------------------------------------------------------
Comment(by kingamajick):
The issue seems to arise from the ScheduleSelector#setConfig method been
called before the ui is rendered. Adding a small sanity check resolves
the issue.
{{{
setConfig: function(config) {
if (this.scheduleCells == undefined) return;
....
}}}
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2238#comment:1>
Deluge <http://deluge-torrent.org/>
Deluge project
--
You received this message because you are subscribed to the Google Groups
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/groups/opt_out.