Skip to content

Commit

Permalink
Merge pull request #517 from sergey-galenko/develop
Browse files Browse the repository at this point in the history
issue #514
  • Loading branch information
cbleek committed Nov 15, 2018
2 parents a4f149b + 240e656 commit 3cb9843
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions module/Jobs/src/Form/InputFilter/AtsMode.php
Expand Up @@ -65,6 +65,9 @@ public function setData($data)
),
),
),
'filters' => array(
array('name' => 'StripTags'),
),
)
);
break;
Expand Down
3 changes: 3 additions & 0 deletions module/Jobs/test/JobsTest/Form/InputFilter/AtsModeTest.php
Expand Up @@ -94,6 +94,9 @@ public function provideAddsValidatorsTestData()
'allowRelative' => false
]
]
],
'filters' => [
['name' => 'StripTags'],
]
]
],
Expand Down

0 comments on commit 3cb9843

Please sign in to comment.