-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Missing title_prefix for routes in history pages #337
Comments
same for see c2corg/v6_ui#408 |
Yes, the associations are not returned for history pages. Like in v5, e.g.: http://www.camptocamp.org/summits/37620/fr/5 Same for the title prefix, e.g.: http://www.camptocamp.org/routes/194206/fr/2 |
Ok, I don't know if the associations should or should not be returned for history pages, however @asaunier seems concerned about not having the So, is there something to do about it? |
and there is this problem:
|
For the associations: Would you expect the associations the document had at that version? Or the associations the document has now? I tend to say this is an "extra" task (same for the title prefix). |
The API returns the document with no error: This must be a problem on the UI server side. |
That makes sense because there is no relationship between the versions of a document and the associations at the time of those versions: adding or removing an association doesn't create a new document version.
Perhaps but v5 is not flawless! |
In v6 the field |
I'm not sure it is an API problem, but here it is:
whenever i try to browse an old version of an outing, I receive an error
(...) KeyError: 'associations'
even though the associations were present at that time.There is no issue with waypoints or routes.
The text was updated successfully, but these errors were encountered: