Skip to content

Commit

Permalink
fixed problem with only 100 tickets showing in all, removed limit sta…
Browse files Browse the repository at this point in the history
…tement completely. [#21 state:resolved]
  • Loading branch information
Jonathan Hoyt authored and Jonathan Hoyt committed Jan 29, 2009
1 parent 3f7d15a commit 06ab626
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.textile
Expand Up @@ -14,4 +14,9 @@ Currently Suite is only being used by my small company "SabreTech Consulting LLC

h3. Oh yeah, just one more thing

I've added monitoring support with custom built installers for windows pc's... its pretty slick really
I've added monitoring support with custom built installers for windows pc's... its pretty slick really

bugs:
- parts field is a string instead of text
- fix monitor emails so they are more descriptive
-
2 changes: 1 addition & 1 deletion app/models/ticket.rb
Expand Up @@ -62,7 +62,7 @@ def self.limit(status, scope, user, device)
if scope == "user" || status == nil
conditions[:user_id] = user.id
end
self.find(:all, :conditions => conditions, :limit => 100)
self.find(:all, :conditions => conditions)
end

def self.totals(user)
Expand Down

0 comments on commit 06ab626

Please sign in to comment.