| 432 | } | 432 | } |
| 433 | | 433 | |
| 434 | const includeNames = power_user.instruct.names_behavior === names_behavior_types.ALWAYS; | 434 | const includeNames = power_user.instruct.names_behavior === names_behavior_types.ALWAYS; |
| 435 | const includeGroupNames = selected_group && (includeNames || power_user.instruct.names_behavior === names_behavior_types.FORCE); | 435 | const includeGroupNames = selected_group && [names_behavior_types.ALWAYS, names_behavior_types.FORCE].includes(power_user.instruct.names_behavior); |
| 436 | | 436 | |
| 437 | let inputPrefix = power_user.instruct.input_sequence || ''; | 437 | let inputPrefix = power_user.instruct.input_sequence || ''; |
| 438 | let outputPrefix = power_user.instruct.output_sequence || ''; | 438 | let outputPrefix = power_user.instruct.output_sequence || ''; |