Author Topic: Contacts Breadcrumbs  (Read 2424 times)

rportinga

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • Bauer Bros. Construction, Inc.
    • Email
Contacts Breadcrumbs
« on: March 11, 2009, 12:08:24 pm »
There's a post early on that shows the edit to put the workspaces after the contact  in the list view that I've been using.

I noticed 1.3RC3 has a "compressed" view where on a contact is said something about "+ 3 workspaces".

If you want to do this for 1.3 this seems to work..

find (around line 71)
Code: [Select]
return String.format('<span class="project-replace">{0}</span>&nbsp;', r.data.wsIds) + name;
and replace with
Code: [Select]
return name + String.format(' <span class="project-replace">{0}</span>&nbsp;', r.data.wsIds);
« Last Edit: March 11, 2009, 12:15:48 pm by rportinga »
Rob Portinga
Bauer Bros. Construction, Inc.