mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
trim value (#1297)
This commit is contained in:
committed by
Adina Parpalita
parent
9104ab33c3
commit
fab739de05
@@ -69,7 +69,7 @@ export class CreateFileFromTemplateDialogComponent implements OnInit {
|
|||||||
|
|
||||||
onSubmit() {
|
onSubmit() {
|
||||||
const update = {
|
const update = {
|
||||||
name: this.form.value.name,
|
name: this.form.value.name.trim(),
|
||||||
properties: {
|
properties: {
|
||||||
'cm:title': this.form.value.title,
|
'cm:title': this.form.value.title,
|
||||||
'cm:description': this.form.value.description
|
'cm:description': this.form.value.description
|
||||||
|
|||||||
Reference in New Issue
Block a user