iptdevs-design-system 3.1.504 → 3.1.505
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/esm2020/lib/cod-self-managed/steps/cod-form-step-two/cod-self-form-step-two.component.mjs +3 -1
- package/fesm2015/iptdevs-design-system.mjs +2 -0
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +2 -0
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6682,6 +6682,8 @@ class CodSelfFormStepTwoComponent extends CodSelfManagedSteps {
|
|
|
6682
6682
|
console.log(this.codPrevious);
|
|
6683
6683
|
const request = {
|
|
6684
6684
|
code_user: userCode,
|
|
6685
|
+
codPrevious: this.codPrevious,
|
|
6686
|
+
scorePlacementTest: this.scorePlacementTest,
|
|
6685
6687
|
age: age,
|
|
6686
6688
|
grade: grade,
|
|
6687
6689
|
agreement: agreement,
|