mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
Remove Lion
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import {ResultValidator} from "@lion/form-core";
|
||||
import {Validator} from "./Validator";
|
||||
|
||||
/**
|
||||
* Manual validator for server-side validation messages passed
|
||||
* from Etemplate. It just gives whatever message is passed in when created.
|
||||
*
|
||||
*/
|
||||
export class ManualMessage extends ResultValidator
|
||||
export class ManualMessage extends Validator
|
||||
{
|
||||
static get validatorName()
|
||||
{
|
||||
|
Reference in New Issue
Block a user