28a2caec98
no-issue * Supported cancellation of subscriptions on delete This makes the cancellation of subscriptions much more obvious to the user, and we err on the side of caution by *not* cancelling by default. * Updated base adapter to handle urls with query params After creating the member adapter and overriding the urlForDeleteRecord method the flow would take the url from that and it would get passed into the buildUrl method of the base adapter. At this point it would append a "/" _after_ the query param. It would ouput http://admin.com/ghost/api?query=blah/ rather than http://admin.com/ghost/api/?query=blah |
||
---|---|---|
.. | ||
application.js | ||
base.js | ||
email.js | ||
embedded-relation-adapter.js | ||
label.js | ||
member.js | ||
page.js | ||
post.js | ||
setting.js | ||
tag.js | ||
theme.js | ||
user.js |