Problem / Motivation

Drupal core selector
themes/simplytest_theme/lib/components/DrupalCoreVersionSelector.js
has selection from 1 instead of 0. Expected to start from 0, isn't it?

      fetchWithCallback(releaseUrl, json => {
        if (json.hasOwnProperty("list")) {
          setDrupalVersions(json.list.map(release => release.version));
          setDrupalVersion(json.list[1].version);
        }
      });

Issue fork simplytest-3564585

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

kir lazur created an issue. See original summary.

kir lazur’s picture

mglaman’s picture

Status: Active » Fixed

Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.