jrTracker update item shows wrong profile's tracker owners in dropdown
Using Jamroom
Thanks Brian, that does fix it

// ------- additional code -------
// comment out unset($_att); on line 1559 in order for this to work
foreach ($_att as $attr) {
if (!strpos($attr, ',')) { // ignore jamrooms lists of element.attributes defined above
list($element,$attribute) = explode('.', $attr);
$def->addAttribute($element, $attribute, 'Text'); // add to HTML Definition
}
}
unset($_att);
// ------- end additional code -------