Feature #18001
closed
- Status changed from New to In Progress
- Target version set to 2021-08-18 sprint
arvcfg.declare_config "Users.UserNotifierEmailBcc", Hash, ->(cfg, k, v) { arrayToHash cfg, "Users.UserNotifierEmailBcc", v }
The ->(cfg, k, v) {...}
part is incorrect, that's only for keys that need to be migrated from legacy application.yml. It should be just:
arvcfg.declare_config "Users.UserNotifierEmailBcc", Hash
The rest LGTM
Peter Amstutz wrote:
[...]
The ->(cfg, k, v) {...}
part is incorrect, that's only for keys that need to be migrated from legacy application.yml. It should be just:
[...]
The rest LGTM
Great thanks, merged with that change.
- Status changed from In Progress to Resolved
Also available in: Atom
PDF