Feature #248
Generalise the searchbar and tabs to support multiple controllers
Description
The search facility should be accessible from all controllers
Related issues
Associated revisions
History
#1
Updated by Paul Kelly over 10 years ago
- Status changed from New to Ready For Testing
- Branch set to feature/248-generalised-searchbar
#2
Updated by Paul Kelly over 10 years ago
Removed the File.exist? RAILS_ROOT stuff
Simplified the @active_tab structures
Ensured that the search was not run when deleting a tab
#3
Updated by Ohad Levy over 10 years ago
- Target version set to 0.1-5
#4
Updated by Paul Kelly over 10 years ago
- % Done changed from 0 to 100
Applied in changeset 452d63292a366794bedff9a16a1f7364786b52c2.
#5
Updated by Ohad Levy over 10 years ago
- Status changed from Ready For Testing to Closed
Fixes #248 - Generalise tab management and search facility
The search facility is now available from all controllers.
The search bar is only displayed if there is a partial
<controller_name>/_search_line.html.erb available.This partial also
describes and implements the possible search parameters for this controller
Active tab management is also improved
The appearence of the searchbar and other page elements has also been improved.