Ahead of some other work we are doing, we need to programatically generate a draftsharing link.
This changeset refactors the link-generation code out of the view and into a custom Manager, giving us a way to trigger it outside of the request-response cycle.
Ahead of some other work we are doing, we need to programatically generate a draftsharing link.
This changeset refactors the link-generation code out of the view and into a custom
Manager
, giving us a way to trigger it outside of the request-response cycle.