altered parties report on edit party so that there are no spaces in the anchor name, this seemed to be causing a problem for watir, it could not find the link (suspect it was trimming the anchors in the html so we could never reference it). The space should be replaced by a _ now.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3897 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
PriestJ
2008-03-10 11:31:48 +00:00
parent 5acfca8e15
commit 063f476b5d

View File

@@ -13,8 +13,8 @@ prompt APPLICATION 155 - webmip
-- Application Export:
-- Application: 155
-- Name: webmip
-- Date and Time: 09:03 Monday March 10, 2008
-- Exported By: HARDYA
-- Date and Time: 11:29 Monday March 10, 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=> 24740611526526770 + wwv_flow_api.g_id_offset,
p_error_template => 38911722486594102 + wwv_flow_api.g_id_offset,
p_page_protection_enabled_y_n=> 'Y',
p_checksum_salt_last_reset => '20080310090303',
p_checksum_salt_last_reset => '20080310112914',
p_home_link => 'f?p=&APP_ID.:101',
p_flow_language => 'en-gb',
p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE',
@@ -186,8 +186,8 @@ wwv_flow_api.create_flow(
p_default_listr_template => 24740611526526770 + wwv_flow_api.g_id_offset,
p_substitution_string_01 => 'SYSTEM_ENVIRONMENT',
p_substitution_value_01 => '(Development)',
p_last_updated_by => 'HARDYA',
p_last_upd_yyyymmddhh24miss=> '20080310090303',
p_last_updated_by => 'PRIESTJ',
p_last_upd_yyyymmddhh24miss=> '20080310112914',
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
@@ -35363,8 +35363,8 @@ wwv_flow_api.create_page(
p_html_page_header => '',
p_step_template => '',
p_required_patch=> null + wwv_flow_api.g_id_offset,
p_last_updated_by => 'MULLENM',
p_last_upd_yyyymmddhh24miss => '20080306111409',
p_last_updated_by => 'PRIESTJ',
p_last_upd_yyyymmddhh24miss => '20080310112645',
p_page_is_public_y_n=> 'N',
p_page_comment => '');
@@ -35495,7 +35495,7 @@ wwv_flow_api.create_report_columns (
p_column_heading=> '',
p_column_link=>'f?p=&APP_ID.:66:&SESSION.::&DEBUG.::P66_ID:#ID#',
p_column_linktext=>'Edit',
p_column_link_attr=>'name="Edit #USERNAME##NAME# #SHORTCODE#"',
p_column_link_attr=>'name="Edit #USERNAME##NAME#_#SHORTCODE#"',
p_column_alignment=>'LEFT',
p_heading_alignment=>'LEFT',
p_default_sort_column_sequence=>0,
@@ -35506,6 +35506,7 @@ wwv_flow_api.create_report_columns (
p_lov_show_nulls=> 'NO',
p_pk_col_source=> s,
p_lov_display_extra=> 'YES',
p_include_in_export=> 'N',
p_ref_schema=> 'MIP_DEV_E',
p_ref_table_name=> 'PARTIES',
p_ref_column_name=> 'ID',