[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.1-15-g15c7587968

? sunnavy sunnavy at bestpractical.com
Wed Mar 3 15:58:39 EST 2021


The branch, 5.0-trunk has been updated
       via  15c75879685632f3d23f20d9460975a5a7476188 (commit)
      from  2add01dc31c26bab429997bfcab5934dd0849984 (commit)

Summary of changes:
 share/html/Search/Build.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 15c75879685632f3d23f20d9460975a5a7476188
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Mar 4 04:35:31 2021 +0800

    Fix EditSearches title after submission on Query Builder page
    
    When user clicks "Add these terms", as the form contains "Title"
    input(in "Display Columns"), previously EditSearches widget title would
    be empty or even confusing.

diff --git a/share/html/Search/Build.html b/share/html/Search/Build.html
index 15573f0581..678acaa453 100644
--- a/share/html/Search/Build.html
+++ b/share/html/Search/Build.html
@@ -108,7 +108,7 @@
       Description => $saved_search{'Description'},
       &>
     <div id="editsearches">
-      <& Elements/EditSearches, %ARGS, %saved_search, CurrentSearch => \%query &>
+      <& Elements/EditSearches, %ARGS, %saved_search, CurrentSearch => \%query, Title => loc('Saved searches') &>
     </div>
   </div>
 </div>

-----------------------------------------------------------------------


More information about the rt-commit mailing list