From e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 05 六月 2023 11:22:08 +0800
Subject: [PATCH] Merge branch 'master' into LightningUpgradeProject

---
 force-app/main/default/objects/On_Call__c/On_Call__c.object-meta.xml |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/objects/On_Call__c/On_Call__c.object-meta.xml b/force-app/main/default/objects/On_Call__c/On_Call__c.object-meta.xml
index ade041a..af5bfdf 100644
--- a/force-app/main/default/objects/On_Call__c/On_Call__c.object-meta.xml
+++ b/force-app/main/default/objects/On_Call__c/On_Call__c.object-meta.xml
@@ -58,7 +58,9 @@
     </actionOverrides>
     <actionOverrides>
         <actionName>Edit</actionName>
-        <type>Default</type>
+        <content>NewOnCall</content>
+        <skipRecordTypeSelect>false</skipRecordTypeSelect>
+        <type>Visualforce</type>
     </actionOverrides>
     <actionOverrides>
         <actionName>Edit</actionName>
@@ -86,7 +88,9 @@
     </actionOverrides>
     <actionOverrides>
         <actionName>New</actionName>
-        <type>Default</type>
+        <content>NewOnCall</content>
+        <skipRecordTypeSelect>false</skipRecordTypeSelect>
+        <type>Visualforce</type>
     </actionOverrides>
     <actionOverrides>
         <actionName>New</actionName>

--
Gitblit v1.9.1