diff --git a/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-css.raw b/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-css.raw index a8c69855c7..1f1de13677 100644 --- a/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-css.raw +++ b/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-css.raw @@ -9,7 +9,6 @@ } .edit-entity-form .boolean-value-input .checkbox-label { - margin-bottom: 8px; color: rgba(0,0,0,0.54); font-size: 12px; } @@ -61,7 +60,6 @@ } .add-entity-form .boolean-value-input .checkbox-label { - margin-bottom: 8px; color: rgba(0,0,0,0.54); font-size: 12px; } diff --git a/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-html.raw b/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-html.raw index f42fcd5813..95e11ccef6 100644 --- a/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-html.raw +++ b/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-html.raw @@ -111,7 +111,7 @@ - + diff --git a/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-js.raw b/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-js.raw index 96dc54d998..30e25a0a5b 100644 --- a/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-js.raw +++ b/ui-ngx/src/app/modules/home/components/widget/action/custom-sample-js.raw @@ -136,9 +136,9 @@ // vm.relations().markAsDirty(); // }; // -// vm.removeOldRelation = function(index) { +// vm.removeOldRelation = function(index, relation) { // vm.oldRelations().removeAt(index); -// vm.relationsToDelete.push(vm.oldRelationsData[index]); +// vm.relationsToDelete.push(relation); // vm.oldRelations().markAsDirty(); // }; // diff --git a/ui-ngx/src/assets/help/en_US/widget/action/examples/custom_pretty_create_dialog_html.md b/ui-ngx/src/assets/help/en_US/widget/action/examples/custom_pretty_create_dialog_html.md index 567e093c76..e9a2a90ef7 100644 --- a/ui-ngx/src/assets/help/en_US/widget/action/examples/custom_pretty_create_dialog_html.md +++ b/ui-ngx/src/assets/help/en_US/widget/action/examples/custom_pretty_create_dialog_html.md @@ -82,7 +82,7 @@
- + {{ (addEntityFormGroup.get('attributes.booleanValue').value ? "value.true" : "value.false") | translate }}
@@ -98,7 +98,7 @@ Direction - + {{ ("relation.search-direction." + direction.value) | translate}} diff --git a/ui-ngx/src/assets/help/en_US/widget/action/examples/custom_pretty_edit_dialog_html.md b/ui-ngx/src/assets/help/en_US/widget/action/examples/custom_pretty_edit_dialog_html.md index 4e3cd0c608..e2f4f531bc 100644 --- a/ui-ngx/src/assets/help/en_US/widget/action/examples/custom_pretty_edit_dialog_html.md +++ b/ui-ngx/src/assets/help/en_US/widget/action/examples/custom_pretty_edit_dialog_html.md @@ -5,7 +5,7 @@
-

Edit

+

Edit {{entityType.toLowerCase()}} {{entityName}}