mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-18 07:20:50 +00:00
- Wrapped the storage settings submission process in a database transaction to ensure data integrity. - Added connection testing within the transaction to verify settings before finalizing the save. - Enhanced error handling by refreshing the model state after a rollback, ensuring the UI reflects the latest database values. - Dispatch success event upon successful update and verification of storage settings.