From 9e55b87e7a2be7c79c6f741b196df382a5eb5822 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Mon, 31 Mar 2008 14:34:02 +0000 Subject: [PATCH] fix for ticket #432, screen would not refresh to the correct part of the screen when a bypass option was selected git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4161 248e525c-4dfb-0310-94bc-949c084e9493 --- Screens/f155.sql | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/Screens/f155.sql b/Screens/f155.sql index 1bcc518..9d75fe5 100644 --- a/Screens/f155.sql +++ b/Screens/f155.sql @@ -13,8 +13,8 @@ prompt APPLICATION 155 - webmip -- Application Export: -- Application: 155 -- Name: webmip --- Date and Time: 15:18 Monday March 31, 2008 --- Exported By: HARDYA +-- Date and Time: 15:30 Monday March 31, 2008 +-- Exported By: PRIESTJ -- Flashback: 0 -- Export Type: Application Export -- Version: 3.1.0.00.32 @@ -145,7 +145,7 @@ wwv_flow_api.create_flow( p_default_region_template=> 28038130488354430 + wwv_flow_api.g_id_offset, p_error_template => 42209241448421762 + wwv_flow_api.g_id_offset, p_page_protection_enabled_y_n=> 'N', - p_checksum_salt_last_reset => '20080331151829', + p_checksum_salt_last_reset => '20080331153028', p_home_link => 'f?p=&APP_ID.:101', p_flow_language => 'en-gb', p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE', @@ -191,8 +191,8 @@ wwv_flow_api.create_flow( p_substitution_value_02 => 'http://www.nationalgrid.com/uk/metering/mip/tc.htm', p_substitution_string_03 => 'PRIVACY_URL', p_substitution_value_03 => 'http://www.nationalgrid.com/corporate/legal/privacy.htm', - p_last_updated_by => 'HARDYA', - p_last_upd_yyyymmddhh24miss=> '20080331151829', + p_last_updated_by => 'PRIESTJ', + p_last_upd_yyyymmddhh24miss=> '20080331153028', p_required_roles=> wwv_flow_utilities.string_to_table2('')); @@ -2368,6 +2368,19 @@ wwv_flow_api.create_app_comments ( end; / begin +wwv_flow_api.create_app_comments ( + p_id=>8057005765538759 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_pages=>'32', + p_app_comment=>'added anchor reference for ticket 432', + p_updated_on=>'2008.03.31.15:29:12', + p_updated_by=>'PRIESTJ', + p_created_on=>'2008.03.31.15:29:12', + p_created_by=>'PRIESTJ', + p_app_version=>''); +end; +/ +begin wwv_flow_api.create_app_comments ( p_id=>39796811587940845 + wwv_flow_api.g_id_offset, p_flow_id=>wwv_flow.g_flow_id, @@ -11336,8 +11349,8 @@ wwv_flow_api.create_page( p_step_template => '', p_required_role => 16097609166220701+ wwv_flow_api.g_id_offset, p_required_patch=> null + wwv_flow_api.g_id_offset, - p_last_updated_by => 'HARDYA', - p_last_upd_yyyymmddhh24miss => '20080331151740', + p_last_updated_by => 'PRIESTJ', + p_last_upd_yyyymmddhh24miss => '20080331152837', p_page_is_public_y_n=> 'N', p_protection_level=> 'C', p_page_comment => ''); @@ -18084,6 +18097,7 @@ wwv_flow_api.create_page_computation( ' when ''APPLY_METER_MODEL_CHANGES'' then 5'||chr(10)|| ' when ''P32_EXISTING_METER_MODEL'' then 5'||chr(10)|| ' when ''P32_EXISTING_PRTY_ID'' then 5'||chr(10)|| +' when ''P32_BYPASS_REQUIRED'' then 5'||chr(10)|| ''||chr(10)|| ' else null'||chr(10)|| 'end;',