Skip to content
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

TeamRoom url property does not work #7

Closed
mtalexan opened this issue Jun 13, 2018 · 1 comment
Closed

TeamRoom url property does not work #7

mtalexan opened this issue Jun 13, 2018 · 1 comment
Labels
wontfix This will not be worked on

Comments

@mtalexan
Copy link
Owner

Copied from: versionone#21

t = v1.Team.where(Name=name).first()
r = t.Rooms[0]
r.url

This url points to /assetdetail.v1?oid=TeamRoom%3A333 which redirects to TeamRoom.mvc/Summary?oidToken=TeamRoom%3A333 which is a 404
It should be more like TeamRoom.mvc/Show/333

This may need to be solved in the V1 web app itself.

@mtalexan
Copy link
Owner Author

This is a VersionOne API problem. The r.url returned is what the VersionOne API returns. For a Story, that returned URL can be copy-pasted into the browser and will open the specific story item directly.

@mtalexan mtalexan added the wontfix This will not be worked on label Jun 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant