[Bug]: Saving changes to database initialization script deletes the other initialization scripts #3273
Open
1 of 2 tasks
Labels
🐛 Bug
Reported issues that need to be reproduced by the team.
🐞 Confirmed Bug
Verified issues that have been reproduced by the team.
✅ Done
Issues that are fixed and a PR is ready to be merged.
🚧 Next
Issues and PRs planned for the next release.
Milestone
Description
I can add multiple initialization scripts to the database just fine. If I then click
save
in any of those scripts, any changes made to that particular script will be saved, but all the other scripts disappear.This problem happens in a PostgreSQL database resource. Haven't tested it with other databases but if they also support initialization scripts then they might share the same issue.
Expected behavior: Clicking
save
should save changes made to a script without deleting the others.Minimal Reproduction (if possible, example repository)
Add multiple initialization scripts to your database
Click one of the
save
buttons next to the scripts (it's not necessary to make any changes)Page refreshes, says the changes were saved successfully and now all the scripts are gone except the one you saved
Exception or Error
No response
Version
v4.0.0-beta.323
Cloud?
The text was updated successfully, but these errors were encountered: