[Rt-commit] rt branch, 4.4/ticket-search-order-by-watcher-cfs, repushed
? sunnavy
sunnavy at bestpractical.com
Wed Apr 22 16:41:37 EDT 2020
The branch 4.4/ticket-search-order-by-watcher-cfs was deleted and repushed:
was 204fc28176a25279f4a49dc9d1713f1d4e8a8426
now e70771a4107ec53caa38b8163383d1631a67c0ee
-: ------- > 1: 14306b24f5 Document a fix for perl module permissions problem
-: ------- > 2: b690768413 Add ModifyContent callback to ShowTransactionAttachments
1: d150146d18 = 3: bbac78c698 Support order by watcher's custom fields for ticket search
2: 501ef560d5 ! 4: 9a1556ab44 Test order by watcher's custom fields for ticket search
@@ -20,15 +20,6 @@
Privileged => 1,
);
ok $uid, "created user #$uid";
-@@
- ok $status, "granted right";
- ($status, $msg) = $user->PrincipalObj->GrantRight( Right => 'CreateTicket', Object => $queue );
- ok $status, "granted right";
-+ ($status, $msg) = $user->PrincipalObj->GrantRight( Right => 'SuperUser', Object => RT->System );
-+ ok $status, "granted right";
-
- push @users, $user;
- push @uids, $user->id;
@@
run_tests();
3: 4343e70a29 < -: ------- Add more watcher fields including cfs to OrderBy on search builder page
-: ------- > 5: af57e603b9 Support more watcher fields including user cfs in search result format
-: ------- > 6: ff0ae1d474 Add more watcher fields including user cfs to OrderBy/Columns in search builder
4: 17f401b003 = 7: 4da80c2964 Upgrade OrderBy "Owner" to new version "Owner.Name" in saved searchs
5: 204fc28176 < -: ------- Update query builder tests as we added more watcher fields to order by
-: ------- > 8: e70771a410 Update query builder tests as now we support more watcher fields
More information about the rt-commit
mailing list