[Rt-commit] rt branch, 5.0/allow-custom-fields-on-article-class, updated. rt-5.0.1-2-gd5f6374a33
Steve Burr
steve at bestpractical.com
Tue May 18 09:58:42 EDT 2021
The branch, 5.0/allow-custom-fields-on-article-class has been updated
via d5f6374a33c2d0ada825420ed75737377229dadd (commit)
from b7df5303a3736405cf4779d465ba0c17380f88d2 (commit)
Summary of changes:
lib/RT/Class.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit d5f6374a33c2d0ada825420ed75737377229dadd
Author: Steven Burr <steve at bestpractical.com>
Date: Tue May 18 09:56:36 2021 -0400
Rename article class lookup type
diff --git a/lib/RT/Class.pm b/lib/RT/Class.pm
index 39ab4cf985..a397ade6a3 100644
--- a/lib/RT/Class.pm
+++ b/lib/RT/Class.pm
@@ -68,7 +68,7 @@ sub Table {'Classes'}
# this object can take custom fields
use RT::CustomField;
-RT::CustomField->RegisterLookupType( CustomFieldLookupType() => 'Article Class' ); #loc
+RT::CustomField->RegisterLookupType( CustomFieldLookupType() => 'Classes' ); #loc
=head2 Load IDENTIFIER
-----------------------------------------------------------------------
More information about the rt-commit
mailing list