The integration test had highlighted that the load control type was not being hidden correctly. Found that it was referenced as load control point, fixed to load control type.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4017 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -13,7 +13,7 @@ prompt APPLICATION 155 - webmip
|
||||
-- Application Export:
|
||||
-- Application: 155
|
||||
-- Name: webmip
|
||||
-- Date and Time: 17:59 Friday March 14, 2008
|
||||
-- Date and Time: 18:29 Friday March 14, 2008
|
||||
-- Exported By: PRIESTJ
|
||||
-- Flashback: 0
|
||||
-- Export Type: Application Export
|
||||
@@ -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 => '20080314175906',
|
||||
p_checksum_salt_last_reset => '20080314182919',
|
||||
p_home_link => 'f?p=&APP_ID.:101',
|
||||
p_flow_language => 'en-gb',
|
||||
p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE',
|
||||
@@ -190,7 +190,7 @@ wwv_flow_api.create_flow(
|
||||
p_substitution_string_02 => 'T_AND_C_URL',
|
||||
p_substitution_value_02 => 'http://www.nationalgrid.com/uk/metering/mip/tc.htm',
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080314175906',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080314182919',
|
||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||
|
||||
|
||||
@@ -11090,7 +11090,7 @@ wwv_flow_api.create_page(
|
||||
p_required_role => 16097609166220701+ wwv_flow_api.g_id_offset,
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss => '20080314174832',
|
||||
p_last_upd_yyyymmddhh24miss => '20080314180247',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_protection_level=> 'C',
|
||||
p_page_comment => '');
|
||||
@@ -13035,7 +13035,7 @@ wwv_flow_api.create_page_item(
|
||||
p_item_plug_id => 26597504596798255+wwv_flow_api.g_id_offset,
|
||||
p_use_cache_before_default=> 'YES',
|
||||
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
|
||||
p_prompt=>'Load Control Type &P32_L_LOAD_CONTROL_POINT.',
|
||||
p_prompt=>'Load Control Type &P32_L_LOAD_CONTROL_TYPE.',
|
||||
p_source=>'LOAD_CONTROL_TYPE',
|
||||
p_source_type=> 'DB_COLUMN',
|
||||
p_display_as=> 'COMBOBOX',
|
||||
@@ -13055,7 +13055,7 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT',
|
||||
p_display_when=>'P32_L_LOAD_CONTROL_POINT',
|
||||
p_display_when=>'P32_L_LOAD_CONTROL_TYPE',
|
||||
p_display_when2=>'H',
|
||||
p_display_when_type=>'VAL_OF_ITEM_IN_COND_NOT_EQ_COND2',
|
||||
p_read_only_when=>'If (:P32_ID is not null and #OWNER#.mip_enquiry.get_enquiry_status(:P32_ID) <> ''INP'') or #OWNER#.mip_security.page_authorization(v(''APP_USER''),v(''APP_PAGE_ID''),''R'') then'||chr(10)||
|
||||
|
||||
Reference in New Issue
Block a user