[Rt-commit] rt branch, 4.2/refactor-user-group-autocomplete, updated. rt-4.1.8-575-g9fbca63

Thomas Sibley trs at bestpractical.com
Mon Jun 17 17:49:38 EDT 2013


The branch, 4.2/refactor-user-group-autocomplete has been updated
       via  9fbca63eb48e65d1140528aad51c23b60f5f17c8 (commit)
      from  6491f65ac31b3dccd999553e15dc64b70bb2d74b (commit)

Summary of changes:
 lib/RT/Interface/Web.pm                                  | 2 +-
 share/static/js/{userautocomplete.js => autocomplete.js} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename share/static/js/{userautocomplete.js => autocomplete.js} (100%)

- Log -----------------------------------------------------------------
commit 9fbca63eb48e65d1140528aad51c23b60f5f17c8
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Jun 17 14:49:21 2013 -0700

    Rename userautocomplete.js now that it's used for groups too

diff --git a/lib/RT/Interface/Web.pm b/lib/RT/Interface/Web.pm
index afd725f..bdbb58e 100644
--- a/lib/RT/Interface/Web.pm
+++ b/lib/RT/Interface/Web.pm
@@ -116,7 +116,7 @@ sub JSFiles {
       jquery.cookie.js
       titlebox-state.js
       util.js
-      userautocomplete.js
+      autocomplete.js
       jquery.event.hover-1.0.js
       superfish.js
       supersubs.js
diff --git a/share/static/js/userautocomplete.js b/share/static/js/autocomplete.js
similarity index 100%
rename from share/static/js/userautocomplete.js
rename to share/static/js/autocomplete.js

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


More information about the Rt-commit mailing list