Modify ↓
#23256 closed defect (fixed)
[PATCH] AbstractPrimitive::putAll not updating values
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | critical | Milestone: | 23.11 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
AbstractPrimitive::putAll
only works if some key is added. A putAll
that only replaces values on existing keys does nothing at all.
Critical because you may lose data updates.
Attachments (1)
Change History (6)
by , 10 months ago
Attachment: | 23256.patch added |
---|
comment:1 by , 10 months ago
Summary: | AbstractPrimitive::putAll not updating values → [PATCH] AbstractPrimitive::putAll not updating values |
---|
comment:2 by , 10 months ago
Milestone: | → 23.10 |
---|
Thank you for the patch. I'm surprised no one noticed this before now -- the code has been there since 2022-06-08.
Note:
See TracTickets
for help on using tickets.
test and patch