]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Wed, 1 Apr 2020 18:59:35 +0000 (20:59 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 1 Apr 2020 18:59:35 +0000 (20:59 +0200)
- added countryPhoneCode column to admin-countries-list view

Signed-off-by: Roland Häder <roland@mxchange.org>
web/admin/country/admin_country_list.xhtml

index 99aa89ebb879fdf8ad0de8a77136cd0d079b9cea..db3550ac92ce0292aa065575bdec8a92e1456750 100644 (file)
                                        <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}"