iptdevs-design-system 3.2.3 → 3.2.4

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.
@@ -1905,12 +1905,12 @@ class updateUserFormComponent {
1905
1905
  this.initForm();
1906
1906
  this.initConfirmForm();
1907
1907
  this.validationUserRole();
1908
+ this.setRoles();
1908
1909
  }
1909
1910
  ngOnInit() {
1910
1911
  this.getParameters();
1911
1912
  this.trackIdTypeChanges();
1912
1913
  this.setJustifyOptions();
1913
- this.setRoles();
1914
1914
  }
1915
1915
  ngOnChanges(changes) {
1916
1916
  if (changes['visibleModal'] && changes['visibleModal'].currentValue) {