caktus / etlman

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Deactivate Save pipeline button script runs properly #139

Open ronardcaktus opened 2 years ago

ronardcaktus commented 2 years ago

Currently a user is able to save a pipeline even though the script is not running properly (status_code != 0). Users should not be able to do that. Using Javascript, we must deactivate the Save pipeline button and activate it only when the script runs successfully (status_code == 0). This is can begin once we fix the monaco issue.