From e27aa2ee51f5983310fedada83896c6d97325f53 Mon Sep 17 00:00:00 2001 From: Clemente Raposo Date: Mon, 25 Jan 2021 09:36:58 +0000 Subject: [PATCH] Add field link click callback - Add support for setting a link click callback - Link callbacks override regular link re-direction - Add metadata to base ViewFieldDefinition - Add needed link styling for a tags without href --- core/app/fields/field.component.html | 18 ++++++++++++--- core/app/fields/field.component.ts | 23 +++++++++++++++++-- .../src/app-common/metadata/metadata.model.ts | 3 ++- core/app/src/app-common/record/field.model.ts | 4 ++++ core/app/themes/suite8/css/base/_base.scss | 10 ++++++++ 5 files changed, 52 insertions(+), 6 deletions(-) diff --git a/core/app/fields/field.component.html b/core/app/fields/field.component.html index 573d01c61..da6ac0a36 100644 --- a/core/app/fields/field.component.html +++ b/core/app/fields/field.component.html @@ -1,5 +1,5 @@ - - + + + + + + + +