Yaniv Dary has uploaded a new change for review. Change subject: reports: fixed problem with show deleted input control (#846627) ......................................................................
reports: fixed problem with show deleted input control (#846627) Was loading forever due to bad value passed when choosing to show deleted entities. https://bugzilla.redhat.com/846627 Change-Id: Ic6ef5c0fee8937be70a672f2e6ccd3e553f3907e Signed-off-by: Yaniv Dary <yd...@redhat.com> --- M reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Period_Affected/non-002dquery_IC/is_deleted.xml M reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_Hosts/active_hosts_select.xml M reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_Storage/active_storage.xml M reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_VMs/Active_VMs.xml 4 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/03/7203/1 diff --git a/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Period_Affected/non-002dquery_IC/is_deleted.xml b/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Period_Affected/non-002dquery_IC/is_deleted.xml index 9797abd..c9eafd7 100644 --- a/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Period_Affected/non-002dquery_IC/is_deleted.xml +++ b/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Period_Affected/non-002dquery_IC/is_deleted.xml @@ -25,7 +25,7 @@ where enum_type = 'REPORTS_SHOW_DELETED' and enum_key = 0 UNION ALL -select value, '--' +select value, '' from v3_0_enum_translator_view where enum_type = 'REPORTS_SHOW_DELETED' and enum_key = 1</queryString> diff --git a/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_Hosts/active_hosts_select.xml b/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_Hosts/active_hosts_select.xml index 76b507c..7eebad4 100644 --- a/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_Hosts/active_hosts_select.xml +++ b/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_Hosts/active_hosts_select.xml @@ -25,7 +25,7 @@ where enum_type = 'REPORTS_SHOW_DELETED' and enum_key = 0 UNION ALL -select value, '--' +select value, '' from v3_0_enum_translator_view where enum_type = 'REPORTS_SHOW_DELETED' and enum_key = 1</queryString> diff --git a/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_Storage/active_storage.xml b/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_Storage/active_storage.xml index 77e374b..6d1e7ce 100644 --- a/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_Storage/active_storage.xml +++ b/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_Storage/active_storage.xml @@ -25,7 +25,7 @@ where enum_type = 'REPORTS_SHOW_DELETED' and enum_key = 0 UNION ALL -select value, '--' +select value, '' from v3_0_enum_translator_view where enum_type = 'REPORTS_SHOW_DELETED' and enum_key = 1</queryString> diff --git a/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_VMs/Active_VMs.xml b/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_VMs/Active_VMs.xml index 1f8baff..1201e1a 100644 --- a/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_VMs/Active_VMs.xml +++ b/reports/repository_files/resources/reports_resources/JDBC/Input_Controls/Regular_Input_Controls/Only_VMs/Active_VMs.xml @@ -25,7 +25,7 @@ where enum_type = 'REPORTS_SHOW_DELETED' and enum_key = 0 UNION ALL -select value, '--' +select value, '' from v3_0_enum_translator_view where enum_type = 'REPORTS_SHOW_DELETED' and enum_key = 1</queryString> -- To view, visit http://gerrit.ovirt.org/7203 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic6ef5c0fee8937be70a672f2e6ccd3e553f3907e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <yd...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches