Remove ActionOverrides to make sure deployment works as it is retrieved with objects
This commit is contained in:
Родитель
900c6cca34
Коммит
41581c1d43
|
@ -2,4 +2,5 @@ node_modules
|
|||
.yarnclean
|
||||
yarn.lock
|
||||
npm-debug.log
|
||||
/package.xml
|
||||
/package.xml
|
||||
yarn-error.log
|
|
@ -67,8 +67,7 @@ module.exports = {
|
|||
},
|
||||
"objects":{
|
||||
"xmlName":"CustomObject",
|
||||
"children":{
|
||||
"actionOverrides":{"typeName":"ActionOverride","name":"actionName"},
|
||||
"children":{
|
||||
"fields":{"typeName":"CustomField","name":"fullName"},
|
||||
"businessProcesses":{"typeName":"BusinessProcess","name":"fullName"},
|
||||
"recordTypes":{"typeName":"RecordType","name":"fullName"},
|
||||
|
|
Загрузка…
Ссылка в новой задаче