Ghost/ghost/offers/lib/domain
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
..
errors Added concept of OfferStatus to domain model 2021-10-12 15:27:27 +02:00
events Added and emitted events for Offer Created 2021-10-21 15:40:55 +02:00
models Allowed OfferTitle to be empty 2021-10-22 13:41:09 +02:00