From 94bc36fd9864718ce8c1201b04b0e018e3d80f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OLIVIER?= Date: Mon, 30 Nov 2020 21:00:10 +0100 Subject: [PATCH 1/6] #77 getting label from form definition instead of entity definition --- QuickEditForm/QuickEditForm/index.ts | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/QuickEditForm/QuickEditForm/index.ts b/QuickEditForm/QuickEditForm/index.ts index 4a631ba..bbc622a 100644 --- a/QuickEditForm/QuickEditForm/index.ts +++ b/QuickEditForm/QuickEditForm/index.ts @@ -665,8 +665,15 @@ export class QuickEditForm implements ComponentFramework.StandardControl Date: Fri, 4 Dec 2020 18:22:44 +0000 Subject: [PATCH 2/6] Adding hidden field feature --- QuickEditForm/QuickEditForm/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/QuickEditForm/QuickEditForm/index.ts b/QuickEditForm/QuickEditForm/index.ts index 4a631ba..36cbcee 100644 --- a/QuickEditForm/QuickEditForm/index.ts +++ b/QuickEditForm/QuickEditForm/index.ts @@ -650,6 +650,13 @@ export class QuickEditForm implements ComponentFramework.StandardControl Date: Mon, 4 Jan 2021 21:12:01 +0100 Subject: [PATCH 3/6] using proper label for field (form & not entity) --- QuickEditForm/QuickEditForm/index.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/QuickEditForm/QuickEditForm/index.ts b/QuickEditForm/QuickEditForm/index.ts index a71d1ad..3131e38 100644 --- a/QuickEditForm/QuickEditForm/index.ts +++ b/QuickEditForm/QuickEditForm/index.ts @@ -645,15 +645,11 @@ export class QuickEditForm implements ComponentFramework.StandardControl Date: Mon, 4 Jan 2021 21:12:27 +0100 Subject: [PATCH 4/6] remove the autoadjustheigth to display scrollbar on multiline --- QuickEditForm/QuickEditForm/components/TextFieldControl.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/QuickEditForm/QuickEditForm/components/TextFieldControl.tsx b/QuickEditForm/QuickEditForm/components/TextFieldControl.tsx index b84582a..93e45f4 100644 --- a/QuickEditForm/QuickEditForm/components/TextFieldControl.tsx +++ b/QuickEditForm/QuickEditForm/components/TextFieldControl.tsx @@ -49,7 +49,6 @@ export default class TextFieldControl extends React.Component Date: Mon, 4 Jan 2021 21:19:28 +0100 Subject: [PATCH 5/6] switched rows from 3 to 4 for mutlilines --- QuickEditForm/QuickEditForm/components/TextFieldControl.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/QuickEditForm/QuickEditForm/components/TextFieldControl.tsx b/QuickEditForm/QuickEditForm/components/TextFieldControl.tsx index 93e45f4..f518b8b 100644 --- a/QuickEditForm/QuickEditForm/components/TextFieldControl.tsx +++ b/QuickEditForm/QuickEditForm/components/TextFieldControl.tsx @@ -53,6 +53,7 @@ export default class TextFieldControl extends React.Component { From 8ffd13e3d7417dcb99eb27fc6dbd4f4c06598120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OLIVIER?= Date: Mon, 4 Jan 2021 21:20:15 +0100 Subject: [PATCH 6/6] versions updates --- Carfup_PCFControls/Other/Solution.xml | 2 +- QuickEditForm/QuickEditForm/ControlManifest.Input.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Carfup_PCFControls/Other/Solution.xml b/Carfup_PCFControls/Other/Solution.xml index c4113af..c4df9d6 100644 --- a/Carfup_PCFControls/Other/Solution.xml +++ b/Carfup_PCFControls/Other/Solution.xml @@ -8,7 +8,7 @@ - 1.3.3.1 + 1.3.3.2 2 diff --git a/QuickEditForm/QuickEditForm/ControlManifest.Input.xml b/QuickEditForm/QuickEditForm/ControlManifest.Input.xml index e738a71..0cddbd1 100644 --- a/QuickEditForm/QuickEditForm/ControlManifest.Input.xml +++ b/QuickEditForm/QuickEditForm/ControlManifest.Input.xml @@ -1,6 +1,6 @@  - +