OpenWIS / openwis

http://openwis.github.io/openwis
GNU General Public License v3.0
11 stars 15 forks source link

Portal Display For MetaData: View, Edit, Create Missing Style Sheet #412

Closed mgiannoni closed 1 year ago

mgiannoni commented 1 year ago

The Portal Display for MetaData display and editing is a flat textbox. No JavaScript editing widgets or Style Sheet formatting

MetaDataDisplayError

mgiannoni commented 1 year ago

Solr MetaData Search Example

SolrMetaDataSample

mgiannoni commented 1 year ago

Browser Debugger Details

MetaData-Editor-TextBox

mgiannoni commented 1 year ago

The GeoNetwork portal configuration file: "WEB-INF/config.xml" requires DEBUG mode to be "false"

<!-- ====================================================================== -->

<general>
    <profiles>adminPortal-profiles.xml</profiles>
    <uploadDir>../../data/tmp</uploadDir>
    <maxUploadSize>100</maxUploadSize> <!-- Size must be in megabyte (integer), 100MB by default -->
    <debug>false</debug>
</general>

<!-- ====================================================================== -->

This needs to be corrected in the source locations at: