ethgis / ethnode

Version of GeoNode maintained by Ariel.
0 stars 0 forks source link

Metadata form has missing values on dropdowns #4

Open ingenieroariel opened 7 years ago

ingenieroariel commented 7 years ago

(and is too strict on the required fields)

ingenieroariel commented 7 years ago

The reason this was not working was that some fixtures had failed to load. Including the list of categories:

source ~/.venvs/ethnode/bin/activate
cd ~/ethnode
python manage.py loaddata ../geonode/geonode/base/fixtures/default_oauth_apps.json 
python manage.py loaddata ../geonode/geonode/base/fixtures/initial_data.json
ingenieroariel commented 7 years ago

It's working now after the manual fix outlined above. I'll leave the ticket open until the fix is added to the Ansible scripts.

screen shot 2017-11-09 at 2 44 38 am
ingenieroariel commented 7 years ago

The Regions field is not able to be chosen, even if there is a value and does not accept a manual input. This is a potential showstopper (with respect to the mission) for metadata editing via the UI.

screen shot 2017-11-09 at 2 46 33 am