in src/app/work-items-edit-form.js [33:38]
function toGroups(array) { return array.map(it => { it.isUser = false; return it; }); }