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,