Fix inserting the help text element for paths in the repository form.

Review Request #10404 — Created Feb. 12, 2019 and submitted

Information

Review Board
release-3.0.x

Reviewers

The repository form allows SCMTools to provide help text for the Path
field, and does the work of managing the element, adding or removing it
as needed. However, it was positioning this just outside of the field
container. That didn't matter so much currently for the Django or
RBCommons admin UIs, but the position was incorrect and could lead to
some styling problems.

This fixes the positioning so that it's inserted into the field
container.

Checked the field elements in the RB Admin UI and RBC Team Admin UI.
Verified the .help element was inserted into .field.

Summary ID
Fix inserting the help text element for paths in the repository form.
The repository form allows SCMTools to provide help text for the Path field, and does the work of managing the element, adding or removing it as needed. However, it was positioning this just outside of the `field` container. That didn't matter so much currently for the Django or RBCommons admin UIs, but the position was incorrect and could lead to some styling problems. This fixes the positioning so that it's inserted into the `field` container.
fa4d194112b169c3da5160aeb0ac1bd9086f028b
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (1ce5df6)
Loading...