Ticket #1121 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

preDql*() hook issue

Reported by: jwage Owned by: jwage
Priority: minor Milestone: 0.11.0
Component: Attributes Version: 0.11.0
Severity: Keywords:
Cc: Has Test:
Status: Has Patch:

Description

In this function, the from parts are parsed so we can have the component and alias. The issue is that $component is not always the class name. It is the alias of the relationship. Most of the time it is the class name, but in cases where someone has aliased the relationship, it will try and call the callbacks on a class named "Groups" when infact that is the alias and the class is named Group.

Change History

Changed 13 months ago by jwage

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

fixed by r4496

Note: See TracTickets for help on using tickets.