Actions
Bug #25908
closedUnable to create a new setting with the shortcut syntax
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Settings
Target version:
-
Description
It is impossible to create a new setting by doing `Setting[:foo] = "bar"`.
- If `Setting[:foo]` already exists, it will work well and will update the setting value.
- If `Setting[:foo]` does not exist, it will throw an error saying `description` and `default` are mandatory fields.
Actions