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
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Seems like if I set the project_id for some story it fails to update the resource: it tries to PUT the story on a nested route under the new project_id, which will fail with a 404 since that story doesn't belong to that project.
Is there any know workaround for this or it'll require some tweaking on the Story object?
Seems like if I set the
project_idfor some story it fails to update the resource: it tries toPUTthe story on a nested route under the newproject_id, which will fail with a 404 since that story doesn't belong to that project.Is there any know workaround for this or it'll require some tweaking on the
Storyobject?