You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2022/12/02 10:14:06 UTC

[myfaces-tobago] branch t5_selectMany updated: feat(selectManyList): renaming

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch t5_selectMany
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/t5_selectMany by this push:
     new 8f119a8678 feat(selectManyList): renaming
8f119a8678 is described below

commit 8f119a8678f138795b9b47282920be0fb0abb4e0
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Dec 2 11:13:56 2022 +0100

    feat(selectManyList): renaming
    
    * rename tc:selectMany to tc:selectManyList
    
    Issue: TOBAGO-2159
---
 .../src/main/resources/META-INF/tobago-config.xml                     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
index e4fd935a3a..c9faad6aed 100644
--- a/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
+++ b/tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
@@ -74,10 +74,10 @@
         <tag name="selectBooleanToggle">
           <attribute name="labelLayout" default="flexLeft"/>
         </tag>
-        <tag name="selectMany">
+        <tag name="selectManyCheckbox">
           <attribute name="labelLayout" default="flexLeft"/>
         </tag>
-        <tag name="selectManyCheckbox">
+        <tag name="selectManyList">
           <attribute name="labelLayout" default="flexLeft"/>
         </tag>
         <tag name="selectManyListbox">