From e4832ee8784642d985e8393e522c8f4f95f44556 Mon Sep 17 00:00:00 2001 From: msyu Date: Fri, 16 May 2025 17:15:05 +0300 Subject: [PATCH] 108 bookmark claen fix --- v1/Application.cfc | 2 +- v1/resources/bookmark.cfc | 6 +++--- v1/resources/bookmark_ls.cfc | 4 ++-- v1/resources/instance_operation.cfc | 2 +- v1/resources/instance_operation_cfs_param.cfc | 2 +- v1/resources/instance_operation_cfs_subparam.cfc | 14 +++++++------- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index e3d885c..b15dd17 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -51,7 +51,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="Deck API"; - variables.framework.docs.APIVersion="0.107"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.108"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); diff --git a/v1/resources/bookmark.cfc b/v1/resources/bookmark.cfc index 1c4ff56..bee6c0d 100644 --- a/v1/resources/bookmark.cfc +++ b/v1/resources/bookmark.cfc @@ -81,13 +81,13 @@ ,descr= - ,url= + ,url= - ,icon_url= + ,icon_url= - ,sort= + ,sort= ,is_enabled= diff --git a/v1/resources/bookmark_ls.cfc b/v1/resources/bookmark_ls.cfc index 76e06ca..36dfa71 100644 --- a/v1/resources/bookmark_ls.cfc +++ b/v1/resources/bookmark_ls.cfc @@ -146,8 +146,8 @@ , , - , - , + , + , , , , diff --git a/v1/resources/instance_operation.cfc b/v1/resources/instance_operation.cfc index f0b6561..74bbc64 100644 --- a/v1/resources/instance_operation.cfc +++ b/v1/resources/instance_operation.cfc @@ -186,7 +186,7 @@ select sp.instance_operation_cfs_param_uid::text as instance_operation_cfs_param_uid ,sp.instance_operation_cfs_subparam - ,sp.descr + ,sp.note ,sp.sort ,sp.is_sensitive from instance_operation_cfs_subparam sp diff --git a/v1/resources/instance_operation_cfs_param.cfc b/v1/resources/instance_operation_cfs_param.cfc index 4de2c91..6f3e8d2 100644 --- a/v1/resources/instance_operation_cfs_param.cfc +++ b/v1/resources/instance_operation_cfs_param.cfc @@ -29,7 +29,7 @@ iop.instance_operation_uid::text as instance_operation_uid iop.svc_operation_cfs_param_id - case when sop.is_sensitive then '********' else iop.param_value end as param_value + case when sop.is_sensitive then '********' else iop.param_value end as param_value iop.note to_char(iop.dt_created, 'YYYY-MM-DD"T"HH24:MI:SS.FF3TZHTZM') as dt_created iop.creator_id diff --git a/v1/resources/instance_operation_cfs_subparam.cfc b/v1/resources/instance_operation_cfs_subparam.cfc index 4864bde..3869d9f 100644 --- a/v1/resources/instance_operation_cfs_subparam.cfc +++ b/v1/resources/instance_operation_cfs_subparam.cfc @@ -161,13 +161,13 @@ - update instance_operation_cfs_subparam set - dt_updated= - ,updater_id= - ,is_sensitive= - ,note= - where instance_operation_cfs_param_uid= - AND iop.instance_operation_cfs_subparam= + update instance_operation_cfs_subparam set + dt_updated= + ,updater_id= + ,is_sensitive= + ,note= + where instance_operation_cfs_param_uid= + AND iop.instance_operation_cfs_subparam=