rez_core 5.0.50 → 5.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -166,16 +166,7 @@ export class ListMasterService {
|
|
|
166
166
|
inactiveIdsArray?: number[],
|
|
167
167
|
loggedInUser?: UserData,
|
|
168
168
|
) {
|
|
169
|
-
|
|
170
|
-
sourceList,
|
|
171
|
-
'sourceList',
|
|
172
|
-
params,
|
|
173
|
-
'params',
|
|
174
|
-
inactiveIdsArray,
|
|
175
|
-
'inactiveIdsArray',
|
|
176
|
-
loggedInUser,
|
|
177
|
-
'loggedInUser',
|
|
178
|
-
);
|
|
169
|
+
|
|
179
170
|
let result: { label: string; value: number }[] = [];
|
|
180
171
|
if (!sourceList) return result;
|
|
181
172
|
|