Skip to content

1.9.1

Compare
Choose a tag to compare
@triole triole released this 03 Feb 14:50

RDMO 1.9.1 (Feb 03, 2023)

  • Fix overlays if tasks/views are not available for a project
  • Add a last overlay with the invitation to contact local support
  • Add find_inactive_users and find_inactive_projects management scripts
  • Add delete_projects management script
  • Fix cancel button on project import
  • Add A4 as default paper size to pandoc args
  • Improve continuous integration

The following templates were changed

  • rdmo/projects/templates/projects/issue_send.html
  • rdmo/projects/templates/projects/project_detail.html
  • rdmo/projects/templates/projects/project_detail_sidebar.html
  • rdmo/projects/templates/projects/project_import.html
  • rdmo/projects/templates/projects/projects.html

Steps to upgrade:

pip install --upgrade rdmo
python manage.py upgrade  # combines migrate, download_vendor_files and collectstatic