Skip to content

Commit b1d3073

Browse files
committed
make plug-in compatible with APEX 5.1.4
1 parent 9d37395 commit b1d3073

File tree

1 file changed

+7
-31
lines changed

1 file changed

+7
-31
lines changed

plugin/apex-plugin-dhtmlx-gantt-0.10.0-lib-7.0.10.sql

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,44 +6,21 @@ whenever sqlerror exit sql.sqlcode rollback
66
-- ORACLE Application Express (APEX) export file
77
--
88
-- You should run the script connected to SQL*Plus as the Oracle user
9-
-- APEX_200100 or as the owner (parsing schema) of the application.
9+
-- APEX_050100 or as the owner (parsing schema) of the application.
1010
--
1111
-- NOTE: Calls to apex_application_install override the defaults below.
1212
--
1313
--------------------------------------------------------------------------------
1414
begin
1515
wwv_flow_api.import_begin (
16-
p_version_yyyy_mm_dd=>'2020.03.31'
17-
,p_release=>'20.1.0.00.13'
18-
,p_default_workspace_id=>16477951687704506971
19-
,p_default_application_id=>106345
20-
,p_default_id_offset=>9098507567230236286
16+
p_version_yyyy_mm_dd=>'2016.08.24'
17+
,p_release=>'5.1.4.00.08'
18+
,p_default_workspace_id=>55254912735801457
19+
,p_default_application_id=>116612
2120
,p_default_owner=>'OGOBRECHT'
2221
);
2322
end;
2423
/
25-
26-
prompt APPLICATION 106345 - dhtmlxGantt Region Type Plugin - Test App
27-
--
28-
-- Application Export:
29-
-- Application: 106345
30-
-- Name: dhtmlxGantt Region Type Plugin - Test App
31-
-- Date and Time: 20:13 Donnerstag Oktober 8, 2020
32-
-- Exported By: OGOBRECHT
33-
-- Flashback: 0
34-
-- Export Type: Component Export
35-
-- Manifest
36-
-- PLUGIN: 85087983665261276843
37-
-- Manifest End
38-
-- Version: 20.1.0.00.13
39-
-- Instance ID: 63113759365424
40-
--
41-
42-
begin
43-
-- replace components
44-
wwv_flow_api.g_mode := 'REPLACE';
45-
end;
46-
/
4724
prompt --application/shared_components/plugins/region_type/com_github_ogobrecht_dhtmlxgantt
4825
begin
4926
wwv_flow_api.create_plugin(
@@ -47941,10 +47918,9 @@ wwv_flow_api.create_plugin_file(
4794147918
,p_file_content=>wwv_flow_api.varchar2_to_blob(wwv_flow_api.g_varchar2_table)
4794247919
);
4794347920
end;
47944-
/
47945-
prompt --application/end_environment
47921+
/
4794647922
begin
47947-
wwv_flow_api.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false));
47923+
wwv_flow_api.import_end(p_auto_install_sup_obj => nvl(wwv_flow_application_install.get_auto_install_sup_obj, false), p_is_component_import => true);
4794847924
commit;
4794947925
end;
4795047926
/

0 commit comments

Comments
 (0)