From 436f60019c48a3785efeea8423909f090132b461 Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Thu, 9 Oct 2025 09:22:25 -0400 Subject: [PATCH] Improve tests for COmanange CO (CFM-218) --- app/templates/ApiUsers/fields.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/ApiUsers/fields.inc b/app/templates/ApiUsers/fields.inc index c08f62c86..edab51f89 100644 --- a/app/templates/ApiUsers/fields.inc +++ b/app/templates/ApiUsers/fields.inc @@ -25,7 +25,7 @@ * @license Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0) */ -if($vv_cur_co->id == 1) { +if($vv_cur_co->isCOmanageCO()) { $banners = [ __d('information', 'api.cmp') ];