in src/app/work-items-edit-form.js [26:31]
function toUsers(array) { return array.map(it => { it.isUser = true; return it; }); }