Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2021-06-04 23:21:04 +0300
committerJim Brandt <jbrandt@bestpractical.com>2021-06-04 23:21:04 +0300
commit19aa86b44020e048ad7c24b28e681dbbdf2a900e (patch)
treeb2e64ce7213e1b82fa0918d4f980dd329585aa16 /docs
parent5d7039ff0ddfa6af780c362e6389d2d708b2060a (diff)
Document the database updates for the Owner.Name change
Diffstat (limited to 'docs')
-rw-r--r--docs/UPGRADING-4.412
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/UPGRADING-4.4 b/docs/UPGRADING-4.4
index f7a925d6bb..20aa146ddd 100644
--- a/docs/UPGRADING-4.4
+++ b/docs/UPGRADING-4.4
@@ -678,6 +678,18 @@ so batch runs only once for the outermost updates. All transactions
performed for that batch are available from the C<TransactionBatch> method
as expected.
+=item * Ambigious Owner order by option in search replaced with Owner.Name
+
+RT 4.4.5 adds a bunch of new order by and format options for users and roles
+to the Query Builder. For example, you can order by user fields on a user
+like Owner.EmailAddress, Owner.RealName, or even Owner.Organization.
+As part of this change, the previous Owner entry has been renamed to
+Owner.Name.
+
+The upgrade scripts include a step to make this change in any saved searches
+in the database automatically. If you have Owner as an order by field in
+searches stored elsewhere or as a link, you can update to Owner.Name manually.
+
=back
=cut