Update notes for 2018-09-12

This commit is contained in:
2018-09-12 17:02:14 +03:00
parent 9e7b0bde06
commit 4c6aee5776
4 changed files with 28 additions and 14 deletions

View File

@ -208,4 +208,10 @@ $ sudo docker volume create --name dspacetest_data
$ sudo docker run --name dspacedb -v dspacetest_data:/var/lib/postgresql/data -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres:9.6-alpine
```
- Sisay is still having problems with the controlled vocabulary for top authors
- I took a look at the submission template and Firefox complains that the XML file is missing a root element
- I guess it's because Firefox is receiving an empty XML file
- I told Sisay to run the XML file through tidy
- More testing of the access and usage rights changes
<!-- vim: set sw=2 ts=2: -->