From 50cf8aa21d779ac4d3b2bb8fe235e031f70d72b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org> Date: Wed, 1 Apr 2020 20:59:35 +0200 Subject: [PATCH] Please cherry-pick: - added countryPhoneCode column to admin-countries-list view MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder <roland@mxchange.org> --- web/admin/country/admin_country_list.xhtml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/admin/country/admin_country_list.xhtml b/web/admin/country/admin_country_list.xhtml index 99aa89eb..db3550ac 100644 --- a/web/admin/country/admin_country_list.xhtml +++ b/web/admin/country/admin_country_list.xhtml @@ -143,6 +143,16 @@ <h:outputText value="#{country.countryIsLocalPrefixRequired ? msg.CHOICE_YES : msg.CHOICE_NO}" /> </p:column> + <p:column + headerText="#{msg.DATA_COUNTRY_PHONE_CODE}" + sortBy="#{country.countryPhoneCode}" + filterBy="#{country.countryPhoneCode}" + filterMatchMode="contains" + > + + <h:outputText value="#{country.countryPhoneCode}" /> + </p:column> + <p:column headerText="#{msg.ENTRY_CREATED_HEADER}" sortBy="#{country.countryEntryCreated}" -- 2.39.5