V15: Add textbox and text area serverside validation (#18596)
* Add validation to TextOnlyValueEditor * Fix tests * Add tests
This commit is contained in:
@@ -279,7 +279,7 @@ public class PropertyValidationServiceTests
|
||||
IShortStringHelper shortStringHelper,
|
||||
IJsonSerializer jsonSerializer,
|
||||
IIOHelper ioHelper)
|
||||
: base(attribute, shortStringHelper, jsonSerializer, ioHelper)
|
||||
: base(attribute, Mock.Of<ILocalizedTextService>(), shortStringHelper, jsonSerializer, ioHelper)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user