CORPORATION: Rename setAutoJobAssignment API to setJobAssignment (#2146)

This commit is contained in:
catloversg
2025-05-23 02:42:16 +07:00
committed by GitHub
parent 47153bd31c
commit 4e5044124c
8 changed files with 63 additions and 29 deletions
+15
View File
@@ -94,4 +94,19 @@ export const breakInfos300: APIBreakInfo[] = [
'It has been automatically replaced with "ns.ui.setTailTitle()".\n\n',
showPopUp: false,
},
{
brokenAPIs: [
{
name: "ns.corporation.setAutoJobAssignment",
migration: {
searchValue: "setAutoJobAssignment",
replaceValue: "setJobAssignment",
},
},
],
info:
"ns.corporation.setAutoJobAssignment() was removed.\n" +
'It has been automatically replaced with "ns.corporation.setJobAssignment()".\n\n',
showPopUp: false,
},
];