Skip to content

Commit

Permalink
Merge pull request #215 from plural/printing-cycle-id
Browse files Browse the repository at this point in the history
Allow filtering for card_cycle_id on printing.
  • Loading branch information
plural authored Oct 7, 2023
2 parents 5fbdedf + 6c36104 commit 8934833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/resources/api/v3/public/printing_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def restrictions
end

# Printing direct attribute filters
filters :card_id, :card_set_id, :display_illustrators, :position, :position_in_set
filters :card_id, :card_cycle_id, :card_set_id, :display_illustrators, :position, :position_in_set
filters :quantity, :date_release

# Card attribute filters
Expand Down

0 comments on commit 8934833

Please sign in to comment.