Gauthier Delacroix
Gauthier Delacroix
Hi ! Any news on this feature ? A simple "collapse all" button like in the explorer tab may also fit the need: 
Any chance this could be reviewed ?
Hi @koushik-swaminathan, I just tried the change in 0.6.30 (sorry for the delay), but it wasn't the same issue (note #223 wasn't listed in #390 list of fixed issues). -...
@koushik-swaminathan I've just rebased the PR. I'm open to any other solution to handle policies order but the lack of this feature is a real blocker for me to use...
@ruuk I've tried to debug and it seems this is caused by collections being added as movies. `showPanelControl` only contains as much items as movies, but chunks also contain collections....
Knowing this is collections related, I've just found that this is the same issue as #373, #354 and #344
@emmahsax No, #191 is about conditions order inside a policy, not policies order.
@axdotl Looking at the policy API doc, the order can't be set when creating/updating a policy but only through a specific request: https://docs.opsgenie.com/docs/alert-and-notification-policy-api#change-policy-order It's a bad API design leaded by...
> Based on your proposals I think the least dirty way is to introduce a new `policy_order` resource where one can reference existing policies. @axdotl I tended to agree but...
This is actually worse than I thought since, unlike the WebAPI, the Policy API used by Terraform does not provide the order in the policy data. It's only given in...