Skip to content

Commit

Permalink
Fix demo app :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
ogobrecht committed Jul 24, 2017
1 parent b3e3a3b commit ef190af
Showing 1 changed file with 74 additions and 4 deletions.
78 changes: 74 additions & 4 deletions plugin/demo-objects/demo-app-including-supporting-objects.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ prompt APPLICATION 103328 - dhtmlxGantt Region Type Plugin - Demo App
-- Application Export:
-- Application: 103328
-- Name: dhtmlxGantt Region Type Plugin - Demo App
-- Date and Time: 13:28 Monday July 24, 2017
-- Date and Time: 14:21 Monday July 24, 2017
-- Exported By: OTTMAR
-- Flashback: 0
-- Export Type: Application Export
Expand All @@ -37,7 +37,7 @@ prompt APPLICATION 103328 - dhtmlxGantt Region Type Plugin - Demo App

-- Application Statistics:
-- Pages: 4
-- Items: 14
-- Items: 22
-- Processes: 12
-- Regions: 7
-- Buttons: 14
Expand Down Expand Up @@ -114,7 +114,7 @@ wwv_flow_api.create_flow(
,p_csv_encoding=>'Y'
,p_auto_time_zone=>'N'
,p_last_updated_by=>'OTTMAR'
,p_last_upd_yyyymmddhh24miss=>'20170724132441'
,p_last_upd_yyyymmddhh24miss=>'20170724141753'
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
,p_ui_type_name => null
);
Expand Down Expand Up @@ -28956,7 +28956,7 @@ wwv_flow_api.create_page(
,p_page_is_public_y_n=>'N'
,p_cache_mode=>'NOCACHE'
,p_last_updated_by=>'OTTMAR'
,p_last_upd_yyyymmddhh24miss=>'20170724132441'
,p_last_upd_yyyymmddhh24miss=>'20170724141753'
);
wwv_flow_api.create_page_plug(
p_id=>wwv_flow_api.id(20697644317348360015)
Expand Down Expand Up @@ -29129,6 +29129,70 @@ wwv_flow_api.create_page_button(
,p_button_execute_validations=>'N'
,p_grid_new_grid=>false
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(19680529465425911308)
,p_name=>'P1_LINK_SOURCE'
,p_item_sequence=>10
,p_item_plug_id=>wwv_flow_api.id(20697648078494089006)
,p_display_as=>'NATIVE_HIDDEN'
,p_attribute_01=>'N'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(19680529526975911309)
,p_name=>'P1_LINK_TARGET'
,p_item_sequence=>20
,p_item_plug_id=>wwv_flow_api.id(20697648078494089006)
,p_display_as=>'NATIVE_HIDDEN'
,p_attribute_01=>'N'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(19680529674814911310)
,p_name=>'P1_LINK_TYPE'
,p_item_sequence=>30
,p_item_plug_id=>wwv_flow_api.id(20697648078494089006)
,p_display_as=>'NATIVE_HIDDEN'
,p_attribute_01=>'N'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(19680529702502911311)
,p_name=>'P1_URL'
,p_item_sequence=>40
,p_item_plug_id=>wwv_flow_api.id(20697648078494089006)
,p_display_as=>'NATIVE_HIDDEN'
,p_attribute_01=>'N'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(19680529840043911312)
,p_name=>'P1_TASK_START_DATE'
,p_item_sequence=>50
,p_item_plug_id=>wwv_flow_api.id(20697648078494089006)
,p_display_as=>'NATIVE_HIDDEN'
,p_attribute_01=>'N'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(19680529972307911313)
,p_name=>'P1_TASK_ID'
,p_item_sequence=>60
,p_item_plug_id=>wwv_flow_api.id(20697648078494089006)
,p_display_as=>'NATIVE_HIDDEN'
,p_attribute_01=>'N'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(19680530079947911314)
,p_name=>'P1_TASK_DURATION'
,p_item_sequence=>70
,p_item_plug_id=>wwv_flow_api.id(20697648078494089006)
,p_display_as=>'NATIVE_HIDDEN'
,p_attribute_01=>'N'
);
wwv_flow_api.create_page_item(
p_id=>wwv_flow_api.id(19680530134708911315)
,p_name=>'P1_TASK_PROGRESS'
,p_item_sequence=>80
,p_item_plug_id=>wwv_flow_api.id(20697648078494089006)
,p_display_as=>'NATIVE_HIDDEN'
,p_attribute_01=>'N'
);
wwv_flow_api.create_page_da_event(
p_id=>wwv_flow_api.id(20697650029097089025)
,p_name=>'On Close Dialog - Refresh Gantt Chart (disabled, see comment)'
Expand Down Expand Up @@ -29192,6 +29256,9 @@ wwv_flow_api.create_page_da_action(
' || :P1_LINK_TYPE,',
' p_triggering_element => ''apex.jQuery("#my_gantt")''',
' );'))
,p_attribute_02=>'P1_LINK_SOURCE,P1_LINK_TARGET,P1_LINK_TYPE'
,p_attribute_03=>'P1_URL'
,p_attribute_04=>'N'
,p_stop_execution_on_error=>'Y'
,p_wait_for_result=>'Y'
);
Expand Down Expand Up @@ -29248,6 +29315,9 @@ wwv_flow_api.create_page_da_action(
' || :P1_TASK_PROGRESS,',
' p_triggering_element => ''apex.jQuery("#my_gantt")''',
' );'))
,p_attribute_02=>'P1_TASK_ID,P1_TASK_START_DATE,P1_TASK_DURATION,P1_TASK_PROGRESS'
,p_attribute_03=>'P1_URL'
,p_attribute_04=>'N'
,p_stop_execution_on_error=>'Y'
,p_wait_for_result=>'Y'
);
Expand Down

0 comments on commit ef190af

Please sign in to comment.