mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 08:17:58 -05:00
POST_edit_campaign respects business days.
This makes the validator consistent with the logic used in PromoteLinkForm.
This commit is contained in:
@@ -511,7 +511,7 @@ class PromoteController(ListingController):
|
||||
dates=VDateRange(['startdate', 'enddate'],
|
||||
future=1,
|
||||
reference_date=promote.promo_datetime_now,
|
||||
business_days=False,
|
||||
business_days=True,
|
||||
sponsor_override=True),
|
||||
link=VLink('link_id'),
|
||||
bid=VBid('bid', min=0, max=g.max_promote_bid,
|
||||
|
||||
Reference in New Issue
Block a user