Revision: 1115
http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1115&view=rev
Author: matijsdejong
Date: 2013-01-21 13:54:40 +0000 (Mon, 21 Jan 2013)
Log Message:
-----------
Some comment editing
Modified Paths:
--------------
trunk/library/classes/Gems/Snippets/Tracker/Compliance/ComplianceTableSnippet.php
Modified: trunk/library/classes/Gems/Snippets/Tracker/Compliance/ComplianceTableSnippet.php
===================================================================
--- trunk/library/classes/Gems/Snippets/Tracker/Compliance/ComplianceTableSnippet.php 2013-01-21 13:53:54 UTC (rev 1114)
+++ trunk/library/classes/Gems/Snippets/Tracker/Compliance/ComplianceTableSnippet.php 2013-01-21 13:54:40 UTC (rev 1115)
@@ -96,7 +96,6 @@
}
if ($model->get($name, 'noSort')) {
- // http://localhost/pulse/track/show/id/afw8-o725
$title = array(
MUtil_Lazy::method($tUtil, 'getStatusDescription', $bridge->$name),
"\n" . $model->get($name, 'description')
@@ -109,7 +108,7 @@
$bridge->$token,
array(
'href' => array(
- 'controller' => 'track',
+ 'controller' => 'track', // This code is only used for tracks :)
'action' => 'show',
MUtil_Model::REQUEST_ID => $bridge->$token,
),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|