Ticket #5348 (closed defect: duplicate)

Opened 8 months ago

Last modified 8 months ago

Tree.js missing onError for dojo.data fetch method

Reported by: doughays Owned by: bill
Priority: normal Milestone: 1.1
Component: Dijit Version: 0.9
Severity: normal Keywords:
Cc:

Description

dijit/Tree.js:getItemChildren() calls store.fetch but doesn't have a onError handler such as:

function onError(error, request) {
        console.log(error);
}
store.fetch({ query: this.query, onComplete: onComplete, onError: onError});

This is being opened in response to customer feedback.

Change History

Changed 8 months ago by bill

  • status changed from new to closed
  • resolution set to duplicate

Yup. Dup of #4860.

Note: See TracTickets for help on using tickets.