Problem/Motivation

Security issues have checkboxes for 6.x, 7.x, and 8.x. This no longer works for contrib with semantic versioning, or Drupal 9.

Steps to reproduce

https://security.drupal.org/node/add/project-issue/drupal

Proposed resolution

Either:

  • Remove the field
  • Make it a text field, where anything can be put in, including ranges
  • Sync release versions from Drupal.org for each project

Remaining tasks

  1. Decide what to do.
  2. Implement it.

Comments

drumm created an issue.

bramdriesen’s picture

I also wanted to report this one. Maybe as a quickfix before we implement the big change here is to add 9.x and 10.x as an option. That way users can specify at least the Drupal Version they are working with, although it not being very specific either.

I guess that we also need an upgrade path, instead of just deleting the field. Otherwise we'll loose data.

- Add new text field
- Copy over existing checkbox values into the text field
- Delete the field