From 34d0b8b71ca8c68a644d25d81907e845ae29cb20 Mon Sep 17 00:00:00 2001 From: Jan Kvetina Date: Sat, 19 Feb 2022 22:46:59 +0100 Subject: [PATCH] Use text instead of icon --- apex/workspace_files/global.js | 4 ++-- views/translated_extracts.sql | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apex/workspace_files/global.js b/apex/workspace_files/global.js index 4775d7d..4c2b87c 100644 --- a/apex/workspace_files/global.js +++ b/apex/workspace_files/global.js @@ -162,9 +162,9 @@ var unified_ig_toolbar = function(config) { toolbarGroup.controls.push({ type : 'BUTTON', action : 'refresh', - icon : 'fa fa-refresh', + icon : '', // fa fa-refresh iconBeforeLabel : true, - label : ' ' // how to get rid of the space and show just icon? + label : 'Refresh Data' // how to get rid of the space and show just icon? }); // only for developers diff --git a/views/translated_extracts.sql b/views/translated_extracts.sql index 878e271..53c6835 100644 --- a/views/translated_extracts.sql +++ b/views/translated_extracts.sql @@ -1,4 +1,9 @@ CREATE OR REPLACE VIEW translated_extracts AS +-- +-- @TODO: seradit podle display_position path (connect by) +-- +-- @TODO: MINUS FOR REMOVED ITEMS/PAGES +-- WITH x AS ( SELECT /*+ MATERIALIZE */ app.get_app_id() AS app_id,