Introduce 'optional' validator to epp controllers

This commit is contained in:
Martin Lensment 2015-01-23 13:08:35 +02:00
parent 3a529135ea
commit e6b36c409d
6 changed files with 96 additions and 16 deletions

View file

@ -472,7 +472,6 @@ en:
requester: 'Requester'
accepter: 'Accepter'
keyrelay_details: 'Keyrelay details'
unknown_expiry_absolute_pattern: 'Expiry absolute must be compatible to ISO 8601'
domain_name: 'Domain name'
created_at: 'Created at'
type: 'Type'
@ -500,3 +499,5 @@ en:
repp_log: 'REPP log'
repp_logs: 'REPP logs'
could_not_determine_object_type_check_xml_format_and_namespaces: 'Could not determine object type. Check XML format and namespaces.'
unknown_expiry_relative_pattern: 'Expiry relative must be compatible to ISO 8601'
unknown_expiry_absolute_pattern: 'Expiry absolute must be compatible to ISO 8601'