Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 2aa5209

Browse files
committed
add replacer for core.byFieldGroupId
1 parent e25f350 commit 2aa5209

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

defaultConfig/addMissingDependencies.config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,16 @@
130130
"functionToFind": "getMessageManager",
131131
"extender": "AddImportAndRemoveUnused",
132132
"version": "^1.58.0"
133+
},
134+
"core.byFieldGroupId": {
135+
"newModulePath": "sap/ui/core/Control",
136+
"newVariableName": "Control",
137+
"replacer": "Call",
138+
"functionName": "getControlsByFieldGroupId",
139+
"finder": "CoreFunctionCallFinder",
140+
"functionToFind": "byFieldGroupId",
141+
"extender": "AddImportAndRemoveUnused",
142+
"version": "^1.58.0"
133143
}
134144
}
135145
},

0 commit comments

Comments
 (0)