MetaCell / geppetto-scidash

Geppetto scidash extension
2 stars 1 forks source link

Cloning tests from users other than yourself and admin #366

Closed gidili closed 5 years ago

gidili commented 5 years ago

It looks like I can clone my own tests or admin's test but not other user's test. Is that the intended design? I really don't remember. My instinct would be to clone anything but we may have come up with a good reason not to at the meetings.

gidili commented 5 years ago

This should already be the case, it could be that @rgerkin tried cloning an "unschedulable" test or model, they cannot be cloned because these are imported so they have no machine readable class thus cannot be scheduled so we are not allowing cloning on those. To be verified.

gidili commented 5 years ago

Confirmed non-issue, any user can clone any test/model from any other user, but if they are tagged as unschedulable cloning is disabled. Unschedulable tests/models do not have classes that scidash "knows", this can happen when we import tests that have been ran locally via the scidash-api uploader.

gidili commented 5 years ago

cc: @rgerkin