mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3855] Add minimum length to library title (#4139)
* [ADF-3855] Add minimum length to library title * update name test
This commit is contained in:
committed by
Eugenio Romano
parent
aa6ba28427
commit
46150a65f2
@@ -87,6 +87,7 @@ export class LibraryDialogComponent implements OnInit, OnDestroy {
|
||||
title: [
|
||||
Validators.required,
|
||||
this.forbidOnlySpaces,
|
||||
Validators.minLength(2),
|
||||
Validators.maxLength(256)
|
||||
],
|
||||
description: [Validators.maxLength(512)]
|
||||
|
Reference in New Issue
Block a user