Summary | values are not passed through _turba_hook_encode_... |
Queue | Turba |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | tinu (at) humbapa (dot) ch |
Created | 09/13/2006 (6891 days ago) |
Due | |
Updated | 09/17/2006 (6887 days ago) |
Assigned | 09/17/2006 (6887 days ago) |
Resolved | 09/17/2006 (6887 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
New Attachment: add.php.patch
thanks!
tinu
entry (add.php).
I tried to replace (add.php, line 97):
$object = $info['object'];
with:
foreach ($info['object'] as $info_key => $info_val) {
$object->setValue($info_key, $info_val);
}
and $driver->add($object) with $object->store()
when I submit the form the site changes to browse.php but the new
entry is missing.
thanks!
tinu
State ⇒ Resolved
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ values are not passed through _turba_hook_encode_...
Queue ⇒ Turba
New Attachment: edit.php.patch
State ⇒ Unconfirmed
editing an exisiting entry.
the attached patch works for me. But I'm not quite sure if this is the
proper place to do this... :-)
thanks!
tinu