formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.83k stars 1.04k forks source link

FIO-6495: fixed an issue where revision ID of nested form does not tr… #5547

Open KatrinKhilko opened 3 months ago

KatrinKhilko commented 3 months ago

…ansfer from stage to stage

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-6495

Description

Previously as revision of nested form component was used a _id, now we switched to revisionId to maintain consistency between different stages.

Dependencies

https://github.com/formio/formio/pull/1725 https://github.com/formio/formio-server/pull/1455

How has this PR been tested?

Tested locally

Checklist: