@saooti/octopus-sdk 39.2.11 → 39.2.12
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 +1 -1
- package/src/api/classicApi.ts +1 -1
package/package.json
CHANGED
package/src/api/classicApi.ts
CHANGED
|
@@ -166,7 +166,7 @@ export default {
|
|
|
166
166
|
if(!parametersUpdated.rubriqueId){
|
|
167
167
|
parametersUpdated.rubriqueId = [];
|
|
168
168
|
}
|
|
169
|
-
parametersUpdated.rubriqueId = (parametersUpdated.rubriqueId as Array<number>).
|
|
169
|
+
parametersUpdated.rubriqueId = (parametersUpdated.rubriqueId as Array<number>).concat([state.generalParameters.forceRubriqueId]);
|
|
170
170
|
}
|
|
171
171
|
return parametersUpdated
|
|
172
172
|
},
|