You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/.../rdmo/rdmo/views/templatetags/view_tags.py", line 72, in get_set_value
set_index = set.get('set_index')
^^^^^^^
AttributeError: 'str' object has no attribute 'get'
Description / Beschreibung
In a view, using a variable, which is not assigned, in a tag causes a 500 when saving the view.
Expected behaviour / Erwartetes Verhalten
A validation error is shown.
Steps to reproduce / Schritte zum Reproduzieren
Create a view with:
Saving gives the exeption:
Reference
rdmo/rdmo/views/templatetags/view_tags.py
Line 64 in 1eadee5
rdmo/rdmo/views/tests/test_view_tags.py
Line 83 in 1eadee5
The text was updated successfully, but these errors were encountered: