Skip to content

1.4

Compare
Choose a tag to compare
@triole triole released this 10 Dec 12:40
  • Fix bug that prevented export and reimport of options and which occured when the provider_key of an optionset was empty
  • Fix a bug with RDF exports
  • Add function to restrict tasks to catalogs
  • Add projects count to catalog management and admin interface
  • Add values count to attribute management and admin interface
  • Add reference counts to management interface and references to delete modals
  • Add users to API
  • Add specific colors to management interface
  • Refactor progress bar to show real progress
  • Allow non-unique paths for tasks, conditions, options, questions and views, now validating URI instead of path/key and allow for non-unique path/key
  • And a few tiny improvements of the user interface that should make it easier to work with RDMO
  • Refactor management export templates
  • Use parent uri prefix as default when adding new elements
  • Allow anonymous users to see the terms of use
  • Allow project export for managers
  • Update Italian translation

Steps to upgrade:

  • pip install --upgrade rdmo
  • python manage.py migrate
  • python manage.py deploy