Skip to content

Commit

Permalink
FIO-6495: fixed an issue where revision ID of nested form does not tr…
Browse files Browse the repository at this point in the history
…ansfer from stage to stage
  • Loading branch information
KatrinKhilko committed Mar 25, 2024
1 parent c58ba7e commit f1bf390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/editForm/Form.edit.form.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default [
},
searchField: 'title__regex',
template: '<span>{{ item._vid }}</span>',
valueProperty: '_id',
valueProperty: 'revisionId',
authenticate: true,
label: 'Form Revision',
key: 'revision',
Expand Down

0 comments on commit f1bf390

Please sign in to comment.