[Geoserver-devel] [JIRA] (GEOS-10260) Some security pages are missing subheadings

Jody Garnett created an issue

GeoServer / ImprovementGEOS-10260

Some security pages are missing subheadings

Issue Type:

ImprovementImprovement

Assignee:

Unassigned

Attachments:

image-2021-09-28-16-53-03-409.png

Created:

29/Sep/21 2:10 AM

Fix Versions:

2.20-RC

Priority:

MediumMedium

Reporter:

Jody Garnett

In testing GEOS-10259 Open I noticed that the user / groups / roles pages have an unusual structure to their html snippets:

 <form>
  <ul>
    <li>
      <ul wicket:id="header">
        <li wicket:id="message"></li>
        <li><a class="add-link" href="#" wicket:id="addNew"><wicket:message key="addNew" /></a></li>
        <li><a class="remove-link" href="#" wicket:id="removeSelected"><wicket:message key="removeSelected" /></a></li>
        <li><a class="remove-link" href="#" wicket:id="removeSelectedWithRoles"><wicket:message key="removeSelectedWithRoles" /></a></li>
      </ul>
    </li>
    <li>
      <div wicket:id="table"></div>
    </li>
  </ul>
 </form>

Other code uses:

     <wicket:fragment wicket:id="header">
      <ul>
        <li><a class="add-link" href="#" wicket:id="addNew"><wicket:message key="addNew" /></a></li>
        <li><a class="remove-link" href="#" wicket:id="removeSelected"><wicket:message key="removeSelected" /></a></li>
      </ul>
    </wicket:fragment>

Testing the pages in 2.20-RC it looks very odd indeed (see attached screen shot).

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100178-sha1:3031cab)

Atlassian logo