Community
Participate
Working Groups
Hi, A conflict occurs while working on a querySet referenced by a faceSet. Procedure to reproduce the bug : - Create a querySet. - Create a facetSet and load the querySet. (do not close the files) - Add a query to the query set, save the querySet - Add a facet to the facetSet, try to add the new query, which does not appears - When you save the faceSet, the previously created query disappear Regards Nicolas
Created attachment 167696 [details] patch This happened because the editor saved all the referenced resources. This patch fixes it by making sure that only the resource containing the QuerySet/FacetSet is saved.
Nicolas, You can go ahead with the patch. Regards, Hugo
Thank you Hugo. I applied the patch to branch 0_8_0, for RC1.
The patch has been successfully applied.