Actions
Bug #6659
closedUser params double encoded when not accessible
Description
If the user params are turned off globally or the field is set to read only the storage behavior never takes affect to convert the string into a Registry object. This causes the Joomla user store to JSON encode an already JSON encoded string breaking user params. We likely need to safely do the conversion in UserTable when params are loaded in.
Updated by krileon over 6 years ago
- Target version changed from CB 2.2 to CB 2.8
Updated by krileon about 6 years ago
- Status changed from Assigned to Resolved
- Target version changed from CB 2.8 to CB 2.3
- % Done changed from 0 to 100
Fixed in MR !1396
Actions