[Rt-commit] rt branch, 4.2/serializer-objectscrips, updated. rt-4.2.4-8-g9dc530a

Kevin Falcone falcone at bestpractical.com
Fri May 30 12:49:41 EDT 2014


The branch, 4.2/serializer-objectscrips has been updated
       via  9dc530a7569120363c79a1bc9b22279ab8eaaa72 (commit)
      from  2e694ddee00e560b0799d7ec9595d4b475003bf5 (commit)

Summary of changes:
 lib/RT.pm | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 9dc530a7569120363c79a1bc9b22279ab8eaaa72
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Fri May 30 12:37:25 2014 -0400

    Ensure that we call _BuildTableAttributes on ObjectScrip
    
    As noted in ec5943dd7, we have to do this so _ClassAccessible works
    properly in the importer.  Now that we're serializing RT::ObjectScrip,
    we have to be sure to build attributes on it.

diff --git a/lib/RT.pm b/lib/RT.pm
index e45f8b9..21ce36a 100644
--- a/lib/RT.pm
+++ b/lib/RT.pm
@@ -524,6 +524,7 @@ sub _BuildTableAttributes {
         RT::ScripAction
         RT::ScripCondition
         RT::Scrip
+        RT::ObjectScrip
         RT::Group
         RT::GroupMember
         RT::CustomField

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


More information about the rt-commit mailing list