Documentation, Issue Tracker, and Repository of Knowledge For Keep Posted (www.keepposted.io) — A way to keep teams informed and connected without disrupting their focus.
The logic for when the 'build' button is present checks to make sure that there are no clips present in a message that are missing a recorded video. The problem with that logic is that it returns true when there are no clips present at all.
Steps To Reproduce
Go to compose a message
Clear all the clips
Save message
Observe the "Ready to build" banner on the message edit page
Expected behavior
You shouldn't be able to attempt to build an empty message (which will throw an error anyway), and you should be prompted for how to correct the situation when there are no clips.
Describe the bug
The logic for when the 'build' button is present checks to make sure that there are no clips present in a message that are missing a recorded video. The problem with that logic is that it returns true when there are no clips present at all.
Steps To Reproduce
Expected behavior
You shouldn't be able to attempt to build an empty message (which will throw an error anyway), and you should be prompted for how to correct the situation when there are no clips.
Screenshots