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
Basically, I have a bunch of custom jobs that don't take arguments. I've therefore omitted the 'arguments' section from the meta_info() function.
This seems to allow the jobs to be executed fine, but the web-ui doesn't allow you to add the job due to an error:
Basically, it seems the interface is blindly assuming that these fields are present.
It seems like either the value of meta_info should be validated before shipping to the web-client, or it should handle missing parameters in a way that doesn't render the web-interface non-usable.
The text was updated successfully, but these errors were encountered:
Basically, I have a bunch of custom jobs that don't take arguments. I've therefore omitted the 'arguments' section from the
meta_info()
function.This seems to allow the jobs to be executed fine, but the web-ui doesn't allow you to add the job due to an error:
Basically, it seems the interface is blindly assuming that these fields are present.
It seems like either the value of meta_info should be validated before shipping to the web-client, or it should handle missing parameters in a way that doesn't render the web-interface non-usable.
The text was updated successfully, but these errors were encountered: