[Rt-commit] rt branch, 4.4/shared-setting-txn, repushed
? sunnavy
sunnavy at bestpractical.com
Mon Jul 13 20:04:23 EDT 2020
The branch 4.4/shared-setting-txn was deleted and repushed:
was b54749dc41bdc968cc1972ef3366c0b8f56bd506
now 73a64371ba45fdec341c1c08d58b75251681c7c7
-: ------- > 1: 9d05b93c13 Fix "Case sensitive search by Queues.Name" warnings in GetReferencedQueues
1: 57d04305b8 = 2: 8d8eaf39b9 Sort hashes in attribute content to avoid unnecessary updates
2: 9a44c12bd7 ! 3: 30ab0ca308 Add transaction records for dashboard/savedsearch changes
@@ -44,7 +44,9 @@
+ if ($ret) {
+ ( $ret, $msg ) = $self->AddAttribute(
+ Name => 'ContentHistory',
-+ Content => $self->_DeserializeContent( $args{'Content'} ) || {},
++ Content => $args{'ContentType'} eq 'storable'
++ ? $self->_DeserializeContent( $args{'Content'} )
++ : $args{'Content'},
+ );
+ }
+
@@ -176,7 +178,6 @@
+ if ( $return[0] ) {
+ my ( $ret, $msg ) = $self->AddAttribute(
+ Name => 'ContentHistory',
-+ Content => $self->_DeserializeContent( $args{'Value'} ),
+ Content => $self->__Value('ContentType') eq 'storable'
+ ? $self->_DeserializeContent( $args{'Value'} )
+ : $args{'Value'},
3: b54749dc41 ! 4: a8d1bb3074 Include related transactions for attribute serialization
@@ -13,3 +13,4 @@
or $self->isa("RT::Queue") )
{
$objs = RT::Transactions->new( $self->CurrentUser );
+
-: ------- > 5: 73a64371ba Store the attribute Name in the ContentHistory's Description field
More information about the rt-commit
mailing list