hotfix Nuxeo 5.6.0-HF30 - Add new facets "MasterPublishSpace" and "PublishSpace"

hi,

On the hotfix Nuxeo 5.6.0-HF30, you added new facets “MasterPublishSpace” and “PublishSpace” to document type “SectionRoot” and “Section”, I find the idea very well but you should say before installation in production.

Because I redefined these types of documents in Nuxeo Studio, and not having the facets. I wasn't able published in Nuxeo. The Tree of publication did not appear …. :(

After the installation :

alt text

After modification in Nuxeo Studio :

alt text

I added the facets in Studio and everything works again

Document Facets Registry Editor :

{
  facets: [
    {
      id: "MasterPublishSpace", 
      description: "Facet MasterPublishSpace pour les sectionroots",
    },
    {
      id: "PublishSpace", 
      description: "Facet PublishSpace pour les sections",
    }
  ]     
}
2 votes

1 answers

2066 views

ANSWER

Thanks for sharing this, we had the same issue with HF30.
02/11/2014

Yes sorry, Studio will soon display meaningful warnings for this issue.
02/13/2014



hello,

your analysis is correct and actually HF30 is in advance to Studio, where a task, NXS-1800, is open to expose these facets (and add validation in case Section or SectionRoot are overriden).

Thank you for noticing this issue,

Thierry

0 votes