Skip to content

Commit

Permalink
ON-37990 # Added versionId to FormMigrationOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdawg093 committed Feb 8, 2024
1 parent b01a536 commit 552dce8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- `webMapId` and `showLayerPanel` to `FormElement`
- `versionId` to `FormMigrationOptions`

## [5.4.0] - 2024-02-07

Expand Down
4 changes: 4 additions & 0 deletions OneBlink.SDK/models/FormMigrationOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,9 @@ public bool approvalSteps
{
get; set;
}
public long? versionId
{
get; set;
}
}
}

0 comments on commit 552dce8

Please sign in to comment.