You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to launch or resubmit a development/postgres_db_ro I get the "OOPS!!!! Form under construction" message. I'm not sure why. This should not need a custom form. In fact it has only one parameter, "reconstitute" which is a file. I'm not sure why it the auto generated form doesn't work. Any thoughts?
The text was updated successfully, but these errors were encountered:
I checked the form development/postgres_db_ro and the issue is, its input_schema is blank. According to current implementation no custom form can be generated without input_schema or it being blank
It is true that the input_schema is blank, but that is perfectly valid. In this case, it only has input_files, so there there are no input parameters. I think it should be valid to have no input files and no input_schema....it would just be form that only asks for the output location (if output_files are defined) and has the submit button.
I did say that we aren't required to validate all of the EpiHiper jobs in net.science, which is true. However, we can use them to identify issues with net.science or to help us debug EXCEADS issues. So it would be nice to make some of the pieces work. I do NOT anticipate trying to make a form for epihiper itself.
If I try to launch or resubmit a development/postgres_db_ro I get the "OOPS!!!! Form under construction" message. I'm not sure why. This should not need a custom form. In fact it has only one parameter, "reconstitute" which is a file. I'm not sure why it the auto generated form doesn't work. Any thoughts?
The text was updated successfully, but these errors were encountered: