| Summary | Horde_Rdo calls non-existing Horde_Db method for lazy fields |
| Queue | Horde Framework Packages |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | |
| Requester | ralf.lang (at) ralf-lang (dot) de |
| Created | 2/20/12 (5164 days ago) |
| Due | 02/20/2012 (5164 days ago) |
| Updated | 2/25/12 (5159 days ago) |
| Assigned | |
| Resolved | 2/25/12 (5159 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | 1.1.2 |
| Patch | Yes |
State ⇒ Resolved
commit 880df148eb3bf83c1ec732534f2ce299a8c98a96
Author: Ralf Lang <lang@b1-systems.de>
Date: Mon Feb 20 12:59:41 2012 +0000
[rla] fix [#11012] Horde_Rdo calls non-existing Horde_Db method
for lazy fields
framework/Rdo/lib/Horde/Rdo/Base.php | 4 +++-
framework/Rdo/package.xml | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/880df148eb3bf83c1ec732534f2ce299a8c98a96
commit 880df148eb3bf83c1ec732534f2ce299a8c98a96
Author: Ralf Lang <lang@b1-systems.de>
Date: Mon Feb 20 12:59:41 2012 +0000
[rla] fix [#11012] Horde_Rdo calls non-existing Horde_Db method
for lazy fields
framework/Rdo/lib/Horde/Rdo/Base.php | 4 +++-
framework/Rdo/package.xml | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/880df148eb3bf83c1ec732534f2ce299a8c98a96
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒ 1.1.2
Queue ⇒ Horde Framework Packages
Due ⇒ 2/20/12
Summary ⇒ Horde_Rdo calls non-existing Horde_Db method for lazy fields
Type ⇒ Bug
State ⇒ Unconfirmed
Horde_Db_Adapter_foo->queryOne($query) which does not exist.
This must be a h4 conversion leftover. As a result, an application
using lazy fields gets a horde_fatal screen.
I have already built and applied a patch locally and will push this
into repository after lunch break.