Theme export: make sure that external styles and that class="..." attributes 
are exported correctly
---------------------------------------------------------------------------------------------------

                 Key: NXP-7742
                 URL: https://jira.nuxeo.com/browse/NXP-7742
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
          Components: Themes
            Reporter: Jean-Marc Orliaguet
            Assignee: Jean-Marc Orliaguet



1) External styles registered as 
{code}
  <extension target="org.nuxeo.theme.styling.service" point="pages">
    <themePage name="galaxy/default">
      <defaultFlavour>galaxy</defaultFlavour>
      <flavours append="true">
        <flavour>galaxy</flavour>
        <flavour>galaxy2</flavour>
      </flavours>
      <styles append="true">
        <style>nuxeo_dm_default</style>
        <style>nuxeo_dm_default2</style>
      </styles>
    </themePage>
  </extension>
{code}

should not be included in the themes XML file when the theme is saved.

=> add a format.isExternal() flag 


2) class="..." attributes are not saved during theme export

--
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