Fix a regression in the repository form due to a bad merge.

Review Request #10825 — Created Jan. 13, 2020 and submitted

Information

Review Board
release-4.0.x

Reviewers

A bad merge between legacy JavaScript and ES6 code resulted in a
referenced DOM selector having an outdated name. This prevented hosting
repository fields from showing up, making configuration in this case
impossible.

This is a simple change that fixes the name in the selector.

Tested creating a new repository entry with GitHub. It saved successfully
with the correct information.

Summary ID
Fix a regression in the repository form due to a bad merge.
A bad merge between legacy JavaScript and ES6 code resulted in a referenced DOM selector having an outdated name. This prevented hosting repository fields from showing up, making configuration in this case impossible. This is a simple change that fixes the name in the selector.
b2aebe2c9a0efe5ce82cbb35f848451414dada4f
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.0.x (b4e2400)
Loading...