[Bps-public-commit] rt-extension-assetsql branch, master, updated. 26d5c636dea9164923f393c779ab6e4e29e83ee7
Shawn Moore
shawn at bestpractical.com
Wed Jun 15 18:46:23 EDT 2016
The branch, master has been updated
via 26d5c636dea9164923f393c779ab6e4e29e83ee7 (commit)
from b47af259e51261207ad50ab2ceebe0a31938a8ff (commit)
Summary of changes:
lib/RT/Extension/AssetSQL/Assets.pm | 14 --------------
1 file changed, 14 deletions(-)
- Log -----------------------------------------------------------------
commit 26d5c636dea9164923f393c779ab6e4e29e83ee7
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Wed Jun 15 22:46:14 2016 +0000
Remove unused @SORTFIELDS and sub SortFields
diff --git a/lib/RT/Extension/AssetSQL/Assets.pm b/lib/RT/Extension/AssetSQL/Assets.pm
index c3e71ff..ecf874c 100644
--- a/lib/RT/Extension/AssetSQL/Assets.pm
+++ b/lib/RT/Extension/AssetSQL/Assets.pm
@@ -549,20 +549,6 @@ my %DefaultEA = (
sub FIELDS { return \%FIELD_METADATA }
-our @SORTFIELDS = qw(id Name Status Catalog Owner Created LastUpdated );
-
-=head2 SortFields
-
-Returns the list of fields that lists of assets can easily be sorted by
-
-=cut
-
-sub SortFields {
- my $self = shift;
- return (@SORTFIELDS);
-}
-
-
# BEGIN SQL STUFF *********************************
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list