Originally proposed at #2150865-14: Saving release notes makes release disappear from project feed and project page release table. There's a patch for it already, but it needs work:

- Let's not make #1967500: project_release_api_vocabulary multiple erros worse by assuming this vocabulary exists at all.
- Sorting numerically by tid will not give you consistent results. :/ In _project_release_extract_multisort_columns() we need to load the vocabulary and use the term weights, not the numerical tids, for the sort values. Getting SORT_DESC vs. SORT_ASC correct is left as an exercise for the interested reader. ;)

Thanks,
-Derek

Comments

jthorson’s picture

Issue tags: -Drupal.org 7.1

I used a different approach to work around this issue in the Automated Testing tab, so this no longer affects Drupal.org ... for now, it can remain open as an API enhancement for project.

drumm’s picture

Status: Needs work » Closed (won't fix)

project_release_query_releases() has become a bit hard to use, since it has been accumulating arguments. And the API compatibility term is becoming less-important with #2681459: Support contrib semver releases. Let’s not add an option unless it is definitely needed.