6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/26/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#3731] Currencies and Taxes
*
Your Email Address
*
Spam protection
Enter the letters below:
.__..___..__. __ . . | | | | |/ `|__| |__| | |__|\__.| |
Comment
>>> I still dont understand RDO::update call good. > >> Can you say what about it doesn't make sense? > > > > I found it. The RDO_Mapper::update has the optional second parameter > "fields". But is when instance of RDO is passed as an object this is > ignored. I guess we should check if it is null. > > > > @ -212,9 +212,7 @@ > > if ($object instanceof RDO) { > > $key = $this->describe()->key; > > $id = $object->$key; > > - if (is_null($fields)) { > > - $fields = $object->getFields(); > > - } > > + $fields = $object->getFields(); > > } else { > > $id = $object; > > }
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers