Skip to content

Commit

Permalink
Merge pull request #498 from tumblr/will-multicollins-only-query-allo…
Browse files Browse the repository at this point in the history
…cated-assets

Only query allocated remote assets
  • Loading branch information
william-richard committed Dec 20, 2016
2 parents 6c9feb4 + 2f0f314 commit 5081f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/collins/models/Asset.scala
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ object Asset extends Schema with AnormAdapter[Asset] with AssetKeys {
def findMulti(page: PageParams, params: AttributeResolver.ResultTuple, afinder: AssetFinder, operation: Option[String], details: Boolean): Page[AssetView] = {
val instanceFinder = AssetFinder(
tag = None,
status = None,
status = Status.Allocated,
createdAfter = None,
createdBefore = None,
updatedAfter = None,
Expand Down

0 comments on commit 5081f5a

Please sign in to comment.