#670 closed defect (fixed)
Autocompletion broken
Reported by: | erikos | Owned by: | erikos |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Browse | Version: | 0.84.x |
Severity: | Blocker | Keywords: | |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Resolved |
Description
Change History (3)
comment:1 Changed 14 years ago by erikos
comment:2 Changed 14 years ago by erikos
- Bug Status changed from Assigned to Resolved
- Resolution set to fixed
- Status changed from new to closed
Pushed - and made it in version 106. Worked nicely on Soas.
Note: See
TracTickets for help on using
tickets.
diff --git a/webactivity.py b/webactivity.py
index 215a014..b2f9bc1 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -153,6 +153,7 @@ from edittoolbar import EditToolbar
+import globalhistory
Had been removed by mistake.