Project

General

Profile

Bug #27498

Updated by Clark ANDRIANASOLO 1 day ago

In #27486, an API query parameter @includeSystem@ was introduced in @/groups/tree@, and for compatibility (in a patch release) it was set to @true@ 
 @true@aaron.r  
 But in the directives API the behavior is to not include system directives/techniques by default. 
 So it makes sense to not have system elements by default in our API (since they cannot really be acted on). 

 We need to change the default in the new 9.0 API version (upon merge of #27486). 
 We also need to change API calls in our UI to include the system groups where needed.   

Back