fixes #3173
This commit is contained in:
parent
d758159bff
commit
44ed866210
@ -7,6 +7,9 @@ https://openslides.org/
|
||||
Version 2.1.1 (unreleased)
|
||||
==========================
|
||||
|
||||
Agenda:
|
||||
- Fixed issue #3173 that the agenda item text cannot be changed.
|
||||
|
||||
|
||||
Version 2.1 (2017-03-29)
|
||||
========================
|
||||
|
@ -14,5 +14,5 @@ class TopicSerializer(ModelSerializer):
|
||||
|
||||
def validate(self, data):
|
||||
if 'text' in data:
|
||||
data['text'] = validate_html(['text'])
|
||||
data['text'] = validate_html(data['text'])
|
||||
return data
|
||||
|
Loading…
Reference in New Issue
Block a user