Ghost/ghost/offers/lib/application
Fabien O'Carroll b6234d6e96 Allowed OfferTitle to be empty
refs https://github.com/TryGhost/Team/issues/1163

This allows users to not provide a title for an Offer. We store the lack
of a title as `NULL` in the DB, but we will always provide a string to
the API so that the title can safely be used in HTML.
2021-10-22 13:41:09 +02:00
..
OfferMapper.js Removed stripe_coupon_id handling from Offers 2021-10-21 15:40:55 +02:00
OfferRepository.js Allowed OfferTitle to be empty 2021-10-22 13:41:09 +02:00
OffersAPI.js Fixed issue with updating offer to empty description 2021-10-19 11:00:18 +02:00
UniqueChecker.js Moved application concerns to an application dir 2021-10-08 12:27:17 +02:00