Skip to content

Commit

Permalink
Merge branch 'a142466299985876_view_bids_on_unsuccessful_tender'
Browse files Browse the repository at this point in the history
  • Loading branch information
ktarasz committed Jun 9, 2016
2 parents cb82552 + 4ada76f commit a36fa18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openprocurement/tender/openua/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class Options:
'active.qualification': view_bid_role,
'active.awarded': view_bid_role,
'complete': view_bid_role,
'unsuccessful': whitelist('id', 'status', 'tenderers', 'parameters', 'selfQualified', 'selfEligible', 'subcontractingDetails'),
'unsuccessful': view_bid_role,
'cancelled': view_bid_role,
'invalid': whitelist('id', 'status'),
'deleted': whitelist('id', 'status'),
Expand Down

0 comments on commit a36fa18

Please sign in to comment.