Skip to content

Fix a release browsing issue in snapshot context views

Sometimes, when one tries to browse objects releated to a specific release contained in a snapshot, a 404 error is raised while the release exists.

The issue was due to the associated snapshot content being truncated to 1000 branches when the webapp retrieves it.

Error handling when ones tries to browse an invalid release has also been improved.

Related to #2108 (closed)


Migrated from D2362 (view on Phabricator)

Merge request reports