[Bps-public-commit] rt-extension-assets branch, 1.0-releng, created. 1.0rc2-1-geaef291

Alex Vandiver alexmv at bestpractical.com
Wed Feb 26 15:12:28 EST 2014


The branch, 1.0-releng has been created
        at  eaef2914821e5b5078707b5db8c0317b48a5cfc0 (commit)

- Log -----------------------------------------------------------------
commit eaef2914821e5b5078707b5db8c0317b48a5cfc0
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Feb 26 15:03:42 2014 -0500

    Fix the default format; Tickets have OwnerName, but only Owner exists on Assets

diff --git a/etc/Assets_Config.pm b/etc/Assets_Config.pm
index c537e42..93588df 100644
--- a/etc/Assets_Config.pm
+++ b/etc/Assets_Config.pm
@@ -102,7 +102,7 @@ Set($AssetSearchFormat, q[
     '<a href="__WebHomePath__/Asset/Display.html?id=__id__">__Name__</a>/TITLE:Name',
     Description,
     '__Status__ (__Catalog__)/TITLE:Status',
-    OwnerName,
+    Owner,
     HeldBy,
     Contacts,
     '__ActiveTickets__ __InactiveTickets__/TITLE:Related tickets',
@@ -120,7 +120,7 @@ Set($AssetSummaryFormat, q[
     '<a href="__WebHomePath__/Asset/Display.html?id=__id__">__Name__</a>/TITLE:Name',
     Description,
     '__Status__ (__Catalog__)/TITLE:Status',
-    OwnerName,
+    Owner,
     HeldBy,
     Contacts,
     '__ActiveTickets__ __InactiveTickets__/TITLE:Related tickets',

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list