When renaming a stored connection key for Browser Integration in Database Settings the key for Created timestamp is not renamed. This causes an empty value to be shown for the renamed key. Also removes the Created key when deleting stored key.
Introduces a static method CustomData::getKeyWithPrefix() instead of different concatenations in various classes.
Fixes #11353
Testing strategy
Manually.
Type of change
✅ Bug fix (non-breaking change that fixes an issue)
When renaming a stored connection key for Browser Integration in Database Settings the key for Created timestamp is not renamed. This causes an empty value to be shown for the renamed key. Also removes the Created key when deleting stored key.
Introduces a static method
CustomData::getKeyWithPrefix()
instead of different concatenations in various classes.Fixes #11353
Testing strategy
Manually.
Type of change