Releases: qbicsoftware/user-db-portlet
Version 1.6.0
Fix: Temp folder is now correctly set, making file upload possible again.
Version 1.5.1
-
Fix: after sending updated project information to the database, the UI is now correctly updated and does not throw an error
-
Added more information to project export and formatted it in a more user-friendly way
Version 1.4.0
-
Allow export of sub-project summary sheet containing project title and involved people
-
Changed organization zip code from int to String to allow for non-numeric zip codes (e.g. Great Britain) - make sure to change the field zip_code in your database to VARCHAR(10) or similar!
Version 1.1.1
First release version. In addition to the config properties used by projectwizard-portlet and projectbrowser-portlet, two additional settings are needed to determine user rights in the portlet:
# liferay-user-group(s) able to use basic portlet functionality: add persons, affiliations, search persons and projects and edit project meta information (short name and involved people)
mysql.input.usergrp = [comma-separated-list-of-liferay-user-groups]
# liferay-user-group(s) able to add or change affiliations of persons and some affiliation information
mysql.input.admingrp = [comma-separated-list-of-liferay-user-groups]