MantisBT: master 95816952

Author Committer Branch Timestamp Parent
vboctor vboctor master 2023-03-26 20:05 master 38a7cafa
Affected Issues  0032258: Add REST API for setting config options that are settable via database
Changeset

Support setting enum configs via array of objects

In addition to support setting enum strings in the formation used in config_inc file,
The API now supports the same format that get config returns for enums,
which is an array of objects, each containing and id and a name property.
Note that the label field returns by get configs API, is not supported in set configs.

Fixes 0032258

mod - core/commands/ConfigsSetCommand.php Diff File