[ 
https://jira.nuxeo.com/browse/NXP-7353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Julien Carsique resolved NXP-7353.
----------------------------------

       Resolution: Fixed
    Upgrade notes: 
If using "faces-config#APPLICATION" target in deployment-fragment.xml for 
"locale-config" or "message-bundle", use "faces-config#APPLICATION_LOCALE" 
target instead.

deployment-fragment.xml:
-  <extension target="faces-config#APPLICATION">
+  <extension target="faces-config#APPLICATION_LOCALE">
    <locale-config>...</locale-config>
    <message-bundle>messages</message-bundle>
  </extension>


  was:
If using "faces-config#APPLICATION" target in deployment-fragment.xml for 
"locale-config" or "message-bundle", use "faces-config#APPLICATION_LOCALE" 
target instead.

deployment-fragment.xml:
-  <extension target="faces-config#APPLICATION">
+  <extension target="faces-config#APPLICATION_LOCALE">
    <locale-config>
      ...
    </locale-config>
    <message-bundle>messages</message-bundle>
  </extension>



> Isolate JSF locale config in template
> -------------------------------------
>
>                 Key: NXP-7353
>                 URL: https://jira.nuxeo.com/browse/NXP-7353
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Improvement
>          Components: Translations
>            Reporter: Julien Carsique
>            Assignee: Julien Carsique
>             Fix For: 5.4.3
>
>
> Allow finer contribution from deployment-fragment.xml to JSF locale config by 
> moving it from %{APPLICATION}% to %{APPLICATION_LOCALE}%

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to