mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 04:58:46 +02:00
Prerequisites to the custom fields (and space tabs to regular tabs conversion on some files)
SVN:trunk[3919]
This commit is contained in:
@@ -28,8 +28,8 @@ use \Combodo\iTop\Form\Validator\Validator;
|
||||
*/
|
||||
class NotEmptyValidator extends Validator
|
||||
{
|
||||
const VALIDATOR_NAME = 'notempty';
|
||||
const DEFAULT_REGEXP = '.*\S.*';
|
||||
const DEFAULT_ERROR_MESSAGE = 'TOTR: MUST NOT BE EMPTY MESSAGE';
|
||||
const VALIDATOR_NAME = 'notempty';
|
||||
const DEFAULT_REGEXP = '.*\S.*';
|
||||
const DEFAULT_ERROR_MESSAGE = 'TOTR: MUST NOT BE EMPTY MESSAGE';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user