[Rt-commit] rt branch, 4.6/inline-edit, updated. rt-4.4.1-142-g440b2ca
Shawn Moore
shawn at bestpractical.com
Fri Sep 16 12:52:22 EDT 2016
The branch, 4.6/inline-edit has been updated
via 440b2caf8a03b6b9ac3c2b0d254ed7395def19cb (commit)
from b419a4aade693735ea0c1271a3f5091a4d409998 (commit)
Summary of changes:
share/html/Search/Bulk.html | 1 -
1 file changed, 1 deletion(-)
- Log -----------------------------------------------------------------
commit 440b2caf8a03b6b9ac3c2b0d254ed7395def19cb
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Fri Sep 16 16:50:06 2016 +0000
Remove never-used Verbatim parameter from bulk update
It was added in 2005's 78ec7442bd701f1f5d086528687a97ec8ebd380e but there's
never been any code in RT anywhere that uses an argument called "Verbatim".
It's also unclear what this parameter was meant to do.
diff --git a/share/html/Search/Bulk.html b/share/html/Search/Bulk.html
index 326e830..9e193a5 100644
--- a/share/html/Search/Bulk.html
+++ b/share/html/Search/Bulk.html
@@ -57,7 +57,6 @@
Query => $Query,
DisplayFormat => $DisplayFormat,
Format => $Format,
- Verbatim => 1,
AllowSorting => 1,
OrderBy => $OrderBy,
Order => $Order,
-----------------------------------------------------------------------
More information about the rt-commit
mailing list