From 50ce6a5e5ae7ac6ce3e6281acca9a0db568306e6 Mon Sep 17 00:00:00 2001 From: unknown <sunxia@prec-tech.com> Date: 星期三, 23 八月 2023 14:54:59 +0800 Subject: [PATCH] Merge branch 'LEX_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_dev --- force-app/main/default/lwc/lexCreateQISFromAsset/lexCreateQISFromAsset.js-meta.xml | 26 +++++++++----------------- 1 files changed, 9 insertions(+), 17 deletions(-) diff --git a/force-app/main/default/lwc/lexCreateQISFromAsset/lexCreateQISFromAsset.js-meta.xml b/force-app/main/default/lwc/lexCreateQISFromAsset/lexCreateQISFromAsset.js-meta.xml index 03722c3..3392981 100644 --- a/force-app/main/default/lwc/lexCreateQISFromAsset/lexCreateQISFromAsset.js-meta.xml +++ b/force-app/main/default/lwc/lexCreateQISFromAsset/lexCreateQISFromAsset.js-meta.xml @@ -1,19 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata" fqn="lexCreateQISFromAsset"> - <apiVersion>51.0</apiVersion> - <isExposed>true</isExposed> - <targets> - <target>lightning__AppPage</target> - <target>lightning__RecordPage</target> - <target>lightning__HomePage</target> - <target>lightning__RecordAction</target> - <!-- 灞忓箷娴侀厤缃� --> - <target>lightning__FlowScreen</target> - </targets> - <targetConfigs> - <targetConfig targets="lightning__FlowScreen"> - <!-- name js涓娇鐢ㄧ殑鍙橀噺锛屼粠灞忓箷娴佷腑鑾峰彇鍙傛暟 label 鍦ㄥ睆骞曟祦鐨勮LWC鐨勮缃腑鏄剧ず --> - <property name="recordId" type="String" label="recordId"/> - </targetConfig> - </targetConfigs> +<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> + <apiVersion>54.0</apiVersion> + <isExposed>true</isExposed> + <targets> + <target>lightning__RecordPage</target> + <target>lightning__AppPage</target> + <target>lightning__HomePage</target> + <target>lightning__RecordAction</target> + </targets> </LightningComponentBundle> \ No newline at end of file -- Gitblit v1.9.1