Skip to content

1.2

Compare
Choose a tag to compare
@triole triole released this 02 Sep 12:16
  • Improve import functions
    In the management interfaces, elements such as options, attributes, but also entire question catalogues can now be copied directly. Attributes and conditions indicate in which questions, question sets, etc. they are used. Elements can now also be exported individually, e.g. a question set or a view. We have also redesigned the import. Before the actual import it is now shown what is being imported and if there are any problems. In addition, individual elements can be deselected. Afterwards potential errors are displayed.

  • Add "project/title", "project/description", "project/created" and "project/upgraded" to be available in views using "render_value"

  • Fix and add translations

  • Fix missing project or view title when selected language did provide one, now iterate over configured languages and take the first one available, fix is global and applies whenever a string is missing in a language

Steps to upgrade:

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