Actions
Refactor #24025
closedPass full_name attribute for settings in API
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Description
Command "hammer settings list" shows NAME, VALUE and DESCRIPTION.
In WebUI we show LONG_NAME and NAME is shown on mouse hover. This is confusing.
Please add LONG_NAME to "settings list" output as well. Keys should remain the same tho (e.g. hammer settings set --name key_is_preserved).
To make this change, pass full_name attribute in settings API
Actions