-
Notifications
You must be signed in to change notification settings - Fork 72
SetField Form not displaying #707
Copy link
Copy link
Open
Description
Describe the bug
When setField is enabled, the Set Field form does not display.
To Reproduce
Steps to reproduce the behavior:
- Clone the latest repo
- master branch
- Enable setField in geoportal/src/main/webapp/app/context/app-config.js
allow: trueadminOnly: true
- Build the .war
- Deploy on Tomcat
- Populate Geoportal with a series of records
- I'm testing with harvesting this WAF, but I see the behavior regardless of source: https://data.noaa.gov/waf/NOAA/nmfs/swfsc/iso/
- Log in as an admin
- I'm using authentication-simple with default
gptuser(ROLE_ADMIN)
- I'm using authentication-simple with default
- Expand 'options' under any record and click on 'Set Field'
- 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.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Fields
Give feedbackNo fields configured for issues without a type.
