Skip to content

SetField Form not displaying #707

@rhodges

Description

@rhodges

Describe the bug
When setField is enabled, the Set Field form does not display.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the latest repo
    • master branch
  2. Enable setField in geoportal/src/main/webapp/app/context/app-config.js
    • allow: true
    • adminOnly: true
  3. Build the .war
  4. Deploy on Tomcat
  5. Populate Geoportal with a series of records
  6. Log in as an admin
    • I'm using authentication-simple with default gptuser (ROLE_ADMIN)
  7. Expand 'options' under any record and click on 'Set Field'
  8. Examine the form: no field is shown (see screenshot below)

A clear and concise description of what you expected to happen:
I expected to see the form with the field "User Tags (comma delimited)" inside of the pop-up.

Screenshots
Image

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser: Firefox, Chromium
  • Versions: Geoportal Catalog (master, latest); Harvester (3.0.0); Elasticsearch (8.19.2); JDK17; Tomcat 9.0.115

Additional context
I can view the missing form if I change the live css styles so that element id uniqName_8_1_tagsPanel has:

  • display: contents;

There is another issue with this box's behavior, but I'll open that in another report.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions