From b9c4083bc03d8806ffd79ea211e3cdd861c3ff55 Mon Sep 17 00:00:00 2001 From: msyu Date: Sun, 6 Apr 2025 22:03:25 +0300 Subject: [PATCH] instance_ls bug fix --- v1/resources/instance_ls.cfc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v1/resources/instance_ls.cfc b/v1/resources/instance_ls.cfc index 7500bf8..cf8de1d 100644 --- a/v1/resources/instance_ls.cfc +++ b/v1/resources/instance_ls.cfc @@ -104,11 +104,11 @@ - + ---> @@ -172,7 +172,7 @@ (select max(version) from instance_state st where st.instance_uid=e.instance_uid) as version - + select count(*) as cnt @@ -182,7 +182,7 @@ '' as placeholder - #definedInstanceFields# + #preserveSingleQuotes(definedInstanceFields)# from instance e join specification_item i on (e.specification_item_id=i.specification_item_id)