Skip to content

main-3958

@andrewsignori-aot andrewsignori-aot tagged this 25 Sep 17:44
## Form.io definitions fixes
- Between versions `4.19.1` and `4.19.2` of the `formiojs`, some errors
started to happen in places where the "HTML Element" was used
(duplicated content in the images below).
- Student Application dependents required validation needed to be
adjusted.
- Validation messages where components had HTML mixed in the label
content (e.g. `strong`) were displaying it in the validation message.
- `Report a change` started to fail its submission because the submitted
data no longer had the input data from inside the main panel. A new
panel needed to be created and components dragged into it.

### Student Welcome Page

![image](https://github.com/user-attachments/assets/098dc6e6-c5fd-41c0-9e72-5f1a27e65990)

### Student Application

#### Welcome Page

![image](https://github.com/user-attachments/assets/8224e5cc-26b5-4000-86f2-2715fa538803)

#### Removed `<strong>` from labels.

![image](https://github.com/user-attachments/assets/e4d39465-1090-413b-b4f3-a242348c995d)

#### Update labels mixed with class and HTML

![image](https://github.com/user-attachments/assets/27306578-ef2c-4cda-b11f-a45c3ed3bf14)

#### Dependents wrong validation message

![image](https://github.com/user-attachments/assets/7ec61e63-d127-497b-a4c7-d17915e77567)


### Institution Report a Change

![image](https://github.com/user-attachments/assets/e8b2ad94-b968-47bf-af33-825dfb3a54a8)

## Non-related changes
- Added extra space between the wizard navigation and the student
application content.

![image](https://github.com/user-attachments/assets/f5ced539-0de3-4c8c-be12-7217c74515d2)
- Adjusted some `make` commands to be in sync with others (e.g. `make
api`, `make web`).
Assets 2
Loading