@@ -13,7 +13,7 @@ whenever sqlerror exit sql.sqlcode rollback
13
13
begin
14
14
wwv_flow_api.import_begin (
15
15
p_version_yyyy_mm_dd=>'2013.01.01'
16
- ,p_release=>'5.0.3 .00.03 '
16
+ ,p_release=>'5.0.4 .00.12 '
17
17
,p_default_workspace_id=>2800606370918940
18
18
,p_default_application_id=>850
19
19
,p_default_owner=>'SAMPLE_APPS'
@@ -27,11 +27,11 @@ prompt APPLICATION 850 - Notify Websockets
27
27
-- Application Export:
28
28
-- Application: 850
29
29
-- Name: Notify Websockets
30
- -- Date and Time: 21:16 Monday July 4 , 2016
30
+ -- Date and Time: 12:58 Saturday July 16 , 2016
31
31
-- Exported By: DHOCHLEITNER
32
32
-- Flashback: 0
33
33
-- Export Type: Application Export
34
- -- Version: 5.0.3 .00.03
34
+ -- Version: 5.0.4 .00.12
35
35
-- Instance ID: 108804044653963
36
36
--
37
37
@@ -114,7 +114,7 @@ wwv_flow_api.create_flow(
114
114
,p_substitution_string_03=>'G_WS_SERVER_AUTHTOKEN'
115
115
,p_substitution_value_03=>'please-change-me'
116
116
,p_last_updated_by=>'DHOCHLEITNER'
117
- ,p_last_upd_yyyymmddhh24miss=>'20160704211559 '
117
+ ,p_last_upd_yyyymmddhh24miss=>'20160716125823 '
118
118
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
119
119
,p_files_version=>2
120
120
,p_ui_type_name => null
@@ -137,6 +137,14 @@ wwv_flow_api.create_list_item(
137
137
,p_list_item_current_type=>'COLON_DELIMITED_PAGE_LIST'
138
138
,p_list_item_current_for_pages=>'1'
139
139
);
140
+ wwv_flow_api.create_list_item(
141
+ p_id=>wwv_flow_api.id(5692949988587372)
142
+ ,p_list_item_display_sequence=>20
143
+ ,p_list_item_link_text=>'Show on Github'
144
+ ,p_list_item_link_target=>'javascript:var x=window.open(''https://github.com/Dani3lSun/apex-websocket-notify-bundle'',''_blank'');'
145
+ ,p_list_item_icon=>'fa-github fa-2x'
146
+ ,p_list_item_current_type=>'TARGET_PAGE'
147
+ );
140
148
wwv_flow_api.create_list(
141
149
p_id=>wwv_flow_api.id(3325179013327700)
142
150
,p_name=>'Desktop Navigation Bar'
@@ -7524,11 +7532,6 @@ begin
7524
7532
null;
7525
7533
end;
7526
7534
/
7527
- prompt --application/shared_components/globalization/translations
7528
- begin
7529
- null;
7530
- end;
7531
- /
7532
7535
prompt --application/shared_components/globalization/messages
7533
7536
begin
7534
7537
null;
0 commit comments