Skip to content
Snippets Groups Projects
Commit 7ee8096b authored by Sergei Litovchuk's avatar Sergei Litovchuk
Browse files

Partially fixed normal bug (EXT-4212) There's an ability to send non-latin group

notices but they turn to '????...' in group profile page
- Disabled non-ascii characters in group notice subject editor.
- Group notice text editor depends on (EXT-3103) Add an option to restrict entering non-ascii symbols in text editor.

--HG--
branch : product-engine
parent 6649dcc3
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,7 @@ Maximum 200 per group daily ...@@ -136,6 +136,7 @@ Maximum 200 per group daily
left_pad="3" left_pad="3"
max_length="63" max_length="63"
name="create_subject" name="create_subject"
prevalidate_callback="ascii"
width="220" /> width="220" />
<text <text
follows="left|top" follows="left|top"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment