Skip to content

Commit 8705cd0

Browse files
author
Daniel Hochleitner
committed
changed demo app
1 parent 8d83bd3 commit 8705cd0

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

apex/demo_app.sql

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ whenever sqlerror exit sql.sqlcode rollback
1313
begin
1414
wwv_flow_api.import_begin (
1515
p_version_yyyy_mm_dd=>'2013.01.01'
16-
,p_release=>'5.0.3.00.03'
16+
,p_release=>'5.0.4.00.12'
1717
,p_default_workspace_id=>2800606370918940
1818
,p_default_application_id=>850
1919
,p_default_owner=>'SAMPLE_APPS'
@@ -27,11 +27,11 @@ prompt APPLICATION 850 - Notify Websockets
2727
-- Application Export:
2828
-- Application: 850
2929
-- Name: Notify Websockets
30-
-- Date and Time: 21:16 Monday July 4, 2016
30+
-- Date and Time: 12:58 Saturday July 16, 2016
3131
-- Exported By: DHOCHLEITNER
3232
-- Flashback: 0
3333
-- Export Type: Application Export
34-
-- Version: 5.0.3.00.03
34+
-- Version: 5.0.4.00.12
3535
-- Instance ID: 108804044653963
3636
--
3737

@@ -114,7 +114,7 @@ wwv_flow_api.create_flow(
114114
,p_substitution_string_03=>'G_WS_SERVER_AUTHTOKEN'
115115
,p_substitution_value_03=>'please-change-me'
116116
,p_last_updated_by=>'DHOCHLEITNER'
117-
,p_last_upd_yyyymmddhh24miss=>'20160704211559'
117+
,p_last_upd_yyyymmddhh24miss=>'20160716125823'
118118
,p_file_prefix => nvl(wwv_flow_application_install.get_static_app_file_prefix,'')
119119
,p_files_version=>2
120120
,p_ui_type_name => null
@@ -137,6 +137,14 @@ wwv_flow_api.create_list_item(
137137
,p_list_item_current_type=>'COLON_DELIMITED_PAGE_LIST'
138138
,p_list_item_current_for_pages=>'1'
139139
);
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+
);
140148
wwv_flow_api.create_list(
141149
p_id=>wwv_flow_api.id(3325179013327700)
142150
,p_name=>'Desktop Navigation Bar'
@@ -7524,11 +7532,6 @@ begin
75247532
null;
75257533
end;
75267534
/
7527-
prompt --application/shared_components/globalization/translations
7528-
begin
7529-
null;
7530-
end;
7531-
/
75327535
prompt --application/shared_components/globalization/messages
75337536
begin
75347537
null;

0 commit comments

Comments
 (0)