Bug #6669
index.php: Adding a new widget corrupts the settings for existing widgets
Start date:
08/01/2016
Due date:
% Done:
100%
Estimated time:
Affected Version:
2.3.2
Affected Architecture:
Release Notes:
Default
Associated revisions
Fixed #6669
Read widget config before adding a new one. (Was starting a new array)
(cherry picked from commit 236e6a54e9a93284ca170b68aa1188dfaa195c3d)
Fixed #6669
Read widget config before adding a new one. (Was starting a new array)
(cherry picked from commit 236e6a54e9a93284ca170b68aa1188dfaa195c3d)
History
#1
Updated by Steve Beaver over 4 years ago
- Status changed from Confirmed to Feedback
Was adding configuration for a new widget to a new config array instead of reading the existing config.
#2
Updated by Steve Beaver over 4 years ago
- % Done changed from 0 to 100
Applied in changeset 236e6a54e9a93284ca170b68aa1188dfaa195c3d.
#3
Updated by Steve Beaver over 4 years ago
- Status changed from Feedback to Resolved
Fixed #6669
Read widget config before adding a new one. (Was starting a new array)