"Create Release" crashes if there are too many packages in project
If the number of packages in a Project is too high, the Query-string posted to /api/feeds/feeds-1/packages/versions?packageIds=... is too long, causing the javascript to crash in the ajax-call on line 63 in Edit.js
This could be solved by breaking the call up in smaller pieces, or performing (although not best practice) a POST with the PackageIds in body instead of querystring.
1
vote
This is currently queried individually.