Metadata
- Source
- C2LC-604
- Type
- Bug
- Priority
- N/A
- Status
- Done
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Michelle D'Souza
- Created
2022-02-24T09:18:48.939-0500 - Updated
2022-02-24T13:57:36.074-0500 - Versions
- N/A
- Fixed Versions
-
- Coding Env 1.2
- Component
-
- Coding Environment
Description
iI’s likely due to this line in ProgramSerializer:
if (program[i].iterations && program[i].label) {
The number 0 is falsey in JavaScript. So a startLoop with 0 iterations will fail this test and the code to serialize the label and iterations will be skipped.