Skip to content

gotInstanceData method wiring is missing from the data/callbacks behavior #301

Open
@pmgmendes

Description

@pmgmendes

How often can you reproduce it?

  • Always
  • Sometimes
  • Rarely
  • Unable
  • I didn’t try

Description:
Although the documentation can-connect references a callback named gotData this method is not being wired to getData in the data/callbacks pairs so it can be overwritten by other behaviors.
The pairs object in can-connect/data/callbacks/callbacks.js is expected to also have

var pairs = {
  ...
  getData: "gotInstanceData",
  ...
};

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions