feat: read script from sofie ExpectedPackages, and write script edits back to sofie PackageInfos SOFIE-2846 #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About the Contributor
This pull request is posted on behalf of the NRK.
Type of Contribution
This is a: Feature
New Behavior
Script edits are now written back to Sofie as
PackageInfos
.To achieve this, each Part needs to have a script Piece (with a stable id), that has an ExpectedPackage.
PackageInfos will be written back against that ExpectedPackage.
Blueprints are then able to watch for the PackageInfos to edit the script shown in the Sofie UI. This prompter editor will use the PackageInfos as the source of script whenever possible.
Note: If piece/package ids are not stable, that can cause issues with edits being lost or reverted unexpectedly.
Whenever the
contentVersionHash
of the ExpectedPackages change, any edits performed on that will be ignored (but the PackageInfos will not be deleted), in effect reverting back to the NRCS version of the script.Testing Instructions
Other Information
Status