-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate text box entry in form.yml #3830
Comments
Have you tried to use the |
I didn't realize that was an option. However, I just tried it and nothing appears in the text box. The Select Path button appears, I can navigate to a folder, but when I click the Select Path button the pop-up disappears and nothing is populated into the text box. -Brendan |
Errrm, you may have found a bug. I can take a look at replicating. |
I found another issue saying that I should update to 3.1 and I tested that on our dev server and that fixed the problem. I'll just plan on upgrading our prod server from 3.0 to 3.1 soon. However, all my passenger apps and the Active Jobs apps broke after upgrading to 3.1. Is there documentation for the upgrade in terms of those apps? |
Only in the release notes that likely mention a Ruby/nodejs/python versions got upgraded. |
I found an error in the logs I'll open another issue for. Thanks for the help. I think the path_selector will solve this issue. |
Hi,
I have created an OnDemand app where a user enters a file path into a text box and then that file path is used to find the R executable to run the app. This has the downfall that if the user happens to input a file path that does not exist or does not contain an R executable, the app fails to start. This is expected, but failing to start is all the user sees. Is there a way to either
For example, run a ls of the path entered and if no results throw and error and don't submit the job.
or
Thank you,
Brendan Sheridan
The text was updated successfully, but these errors were encountered: