Skip to content

1.3

Compare
Choose a tag to compare
@triole triole released this 06 Oct 11:09
  • Refactor tasks in projects (using a new model Issue) to store the status of the task for this project
  • Add integrations to projects, the services app, and service provider plugins to connect RDMO to external services, such as issue trackers
  • Add functionality to send issues via mail or integration including attached answers or views
  • Add optionset provider plugins to create dynamic optionsets, e.g. to fetch repositories from re3data.org
  • Add possibility to set distinct reference document for a single view, please see docs
  • Enable footer language by template
  • Allow empty questionsets
  • Fix order of optionsets in interview
  • Fix an issue where weeks in the datepicker start on Sundays
  • Fix a bug where catalogs and tasks where not copied correctly

Steps to upgrade:

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