Ghost/ghost/admin/lib
Sag 731773602c
Added relative URLs for Portal links in Button, Header, Email CTA url suggestions (#17669)
refs https://github.com/TryGhost/Product/issues/3687

- Today, in Button, Header, Email CTA cards, Portal links are used as
absolute URLs to the root, e.g. https://mysite.com/#/portal/signin. When
clicking on a Portal link, the reader is redirect to the homepage first,
loosing context of the post.
- With this change, the UX becomes smoother: clicking on a Portal link
keeps the reader in context, and open the Portal link on the same post
e.g., https://mysite.com/POST_URL/#/portal/signin
- Technically, this works by using relative URLs for Portal links.
Relative URLs work out of the box for web, but required changes on the
email side, cf. https://github.com/TryGhost/Ghost/pull/17630
2023-08-10 09:23:31 +00:00
..
asset-delivery Removed icon files from packaged tarball 2022-08-31 18:06:42 +01:00
ember-power-calendar-moment Dropped ember-cli-moment-shim dependency 2022-09-24 13:28:23 +02:00
ember-power-calendar-utils Fixed linter error 2022-09-24 13:36:47 +02:00
koenig-editor Added relative URLs for Portal links in Button, Header, Email CTA url suggestions (#17669) 2023-08-10 09:23:31 +00:00