Open
Description
Themes have custom data but no UI for it
Description
Themes let you send and retrieve custom data, but it is missing in the UX.
Affects versions
1.30.1
Steps to reproduce
- create a theme with an API call or duplicating the default FusionAuth theme
- update it with an API call and add a data field
curl -XPATCH -H "Authorization: $API_KEY" -H 'Content-type: application/json' 'http://localhost:9211/api/theme/939cca5d-1437-400e-82dc-13b0470ac8ea' -d '
{
"theme": {
"data": {"foo":"bar2"},
}
}
- view the theme in the UI.
No data is there.
Expected behavior
Would expect to show data just like they do for an application.
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Additional context
Minor bug. Edit action for theme preserves data field.
Related: #1422
Came out of FusionAuth/fusionauth-site#1048