[Rt-commit] rt branch, 4.4/shared-setting-txn, updated. rt-4.4.4-84-gb54749dc41

? sunnavy sunnavy at bestpractical.com
Thu Jan 16 16:34:19 EST 2020


The branch, 4.4/shared-setting-txn has been updated
       via  b54749dc41bdc968cc1972ef3366c0b8f56bd506 (commit)
      from  9a44c12bd74b3c1a0f3eebe0b5bfdd42eb5da4dd (commit)

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

- Log -----------------------------------------------------------------
commit b54749dc41bdc968cc1972ef3366c0b8f56bd506
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Jan 17 04:19:48 2020 +0800

    Include related transactions for attribute serialization

diff --git a/lib/RT/Record.pm b/lib/RT/Record.pm
index 3503f67f30..3c2a83d9e7 100644
--- a/lib/RT/Record.pm
+++ b/lib/RT/Record.pm
@@ -2429,6 +2429,7 @@ sub FindDependencies {
         or $self->isa("RT::Article")
         or $self->isa("RT::Asset")
         or $self->isa("RT::Catalog")
+        or $self->isa("RT::Attribute")
         or $self->isa("RT::Queue") )
     {
         $objs = RT::Transactions->new( $self->CurrentUser );

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


More information about the rt-commit mailing list