Configure Media Center no longer blocks save on optional VPN fields
Posted by tomspark
SparkBox 1.6.33 fixes a validation bug where the Configure Media Center modal refused to save if you left VPN Server Cities or VPN Server Hostnames empty — even though both are optional fine-tuning fields. The problem was client-side validation didn't know which fields were actually required vs. optional. I've pushed three changes: marked those fields as optional in the schema, updated the config API to surface the required flag, and rewired the save validation to skip optional empty fields. Required fields (provider, WG key) still block save correctly. - VPN optional fields now save cleanly without a false error - Required fields still enforce validation as they should - Modal remembers your other settings while you iterate Head to the Updates tab in your dashboard to pull 1.6.33. If you hit any validation snags, post them here in d/sparkbox. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.