[Rt-commit] rt branch, 4.4/saved-search-links, repushed
? sunnavy
sunnavy at bestpractical.com
Thu Jan 16 17:47:09 EST 2020
The branch 4.4/saved-search-links was deleted and repushed:
was 5c47bd5dff2cfd28c9a3218871d1354dc01b6ebf
now d2fdc4b347cd23a5490c99d8b9f71a0a081eca4b
1: 57d04305b8 = 1: 57d04305b8 Sort hashes in attribute content to avoid unnecessary updates
2: 9a44c12bd7 = 2: 9a44c12bd7 Add transaction records for dashboard/savedsearch changes
3: b54749dc41 = 3: b54749dc41 Include related transactions for attribute serialization
4: 957c290eb2 = 4: 957c290eb2 Add attribute link support
5: 8c3cad2c3f ! 5: f9958ef94b Link dashboards/homepages to saved searches they include
@@ -17,13 +17,8 @@
}
@@
- return(0, "Content couldn't be frozen");
}
}
-+
-+ my $name = $self->__Value('Name');
-+ my $old_value = $self->__Value('Content') if $name =~ /^(?:Dashboard|(?:Pref-)?HomepageSettings)$/;
-+
my ($ok, $msg) = $self->_Set( Field => 'Content', Value => $content );
- return ($ok, $self->loc("Attribute updated")) if $ok;
+ if ($ok) {
6: 422300510d = 6: 4450ffb6b6 Add upgrade step to link dashboards/homepages to user saved searches they have
7: 0a7668d140 = 7: abf07c2312 Add $LinkTarget param to ShowUser to specify the target
8: 5f94009e9f = 8: 3a4e338387 Confirm before deleting saved searches that are depended on by others
9: 5c47bd5dff = 9: d2fdc4b347 Include related links for attribute serialization
More information about the rt-commit
mailing list