Project

General

Profile

Bug #18499

Updated by François ARMAND over 3 years ago

rollbacking a group change to after the event fails with 
 <pre> 
 Rollback failed : Error when performing eventlog's rollback with id '62' <- Error when unserializing category for file 'directives/ncf_techniques/test_technique/category.xml' <- Unexpected: Entry type is not a <activeTechniqueCategory>: <activeTechnique fileFormat="6"> 
   <id>05cefa21-ad6d-4928-9ebb-e2a4f1bec9e0</id> 
   <techniqueName>test_technique</techniqueName> 
   <isEnabled>true</isEnabled> 
   <isSystem>false</isSystem> 
   <versions> 
     <version name="1.0">2020-11-04T15:27:29.795Z</version> 
   </versions> 
 </activeTechnique> 
 </pre> 

 EDIT: the problem is that the @category.xml@ file was put at @'directives/ncf_techniques/test_technique/category.xml'@, when it shouldn't.  

 We need to discover why that category.xml file was put there.

Back