-
Notifications
You must be signed in to change notification settings - Fork 27
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
Check what the cutoff field in the broadcast form is doing #1222
Comments
* The CyclePoint type was causing the UI to auto fill the cutoff field (because it likes to be helpful and autofills everything it can). * However, that ain't helpful in this case, we wan't the cutoff blank. * So changing back to a regular String for now. * Closes cylc/cylc-ui#1222
The "cutoff" field gets populated because AOTF tries to be helpful and fill in every field that it can. The cutoff field is a We could just change the type of the field back to This is exactly the sort of thing that AOTF was designed to avoid, however, at present we don't load the schema of each workflow individually, we load the schema of the UIServer so the UIS and workflow schemas must match. This should be addressed in future, it just hasn't been done yet, here's an issue to track this - #1225. Until this is done, schema changes will break compatibility across UIServer versions. |
Note: the cutoff field only applies to the "expire" mode |
No description provided.
The text was updated successfully, but these errors were encountered: