dagobah icon indicating copy to clipboard operation
dagobah copied to clipboard

Bug: Periods not allowed in task name

Open rclough opened this issue 11 years ago • 3 comments

Periods apparently aren't allowed in the task name. This should either be checked by JS on the front end, or at least we should have more intelligent error reporting around it.

Error from stderr: The dotted field 'Name with.period' in 'dependencies.Name with.period' is not valid for storage.

rclough avatar Jun 12 '14 18:06 rclough

after a hard refresh it appears the job gets added but it causes errors on all further commands, haven't tested for other issues.

rclough avatar Jun 12 '14 18:06 rclough

I'm guessing this only affects the Mongo backend, but we'll need to protect against periods regardless to keep things consistent.

thieman avatar Jun 13 '14 12:06 thieman

Confirming this is just with mongo

rclough avatar Jun 13 '14 15:06 rclough