[Rt-commit] rt branch, 5.0/expensive-owner-inline-edit2, repushed

Jim Brandt jbrandt at bestpractical.com
Mon Jun 29 13:52:24 EDT 2020


The branch 5.0/expensive-owner-inline-edit2 was deleted and repushed:
       was 5aa03fc21d4911f2066783ab96565a6dc9d3fa74
       now 841ba4d3ba9884a0a63495d2a539a6881e68bd18

1: 005a0ebaf0 ! 1: ce77aeb217 Add a display only Owner column as an alternative to OwnerName
    @@ -16,8 +16,7 @@
     +    OwnerDisplayOnly =>  {
     +        title     => 'Owner', # loc
     +        attribute => 'Owner',
    -+        value     => sub { return sprintf('%s (%s)',$_[0]->OwnerObj->Name, $_[0]->OwnerObj->RealName) },
    -+
    ++        value     => sub { return \($m->scomp("/Elements/ShowUser", User => $_[0]->OwnerObj)) },
     +    },
          OwnerName => {
              title     => 'Owner', # loc
2: 5aa03fc21d = 2: 841ba4d3ba Document possible slow page loads with OwnerName column



More information about the rt-commit mailing list