Ticket #1121 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.