Ghost/ghost/admin/app/templates
Simon Backx 17a6217cc7 🐛 Fixed members breadcrumbs when not coming from analytics
fixes https://github.com/TryGhost/Team/issues/2404

This change introduces a new 'post' query parameter to the members and member routes.

Previously, the members route would check if the previous route was the analytics page, and then show the breadcrumbs to go back to the analytics page. But when navigating to the members page from the menu, we don't want to show the breadcrumbs. To accomplish this, the routes that point to the members page from the analytics page now specifically pass on the post id in the query parameters. The query parameter is then passed on from the members page to the member page.

`directlyFromAnalytics` is still used in the member route, to know wheter we came from the members page or from the analytics page (changes the breadcrumbs). This doesn't need to go via a query parameter (figured that would make the url too long/complex).

The resetController method is now implemented and resets the filter and/or fromAnalytics post id if required (when going from members to member, we don't want to reset it because the we would lose the filter going back).
2023-05-04 11:20:33 +02:00
..
editor
explore
lexical-editor
members
posts
react-editor
settings Hide preview select for design/announcement settings (#16721) 2023-05-01 18:50:13 +04:00
setup
application-error.hbs
application.hbs Added accent color for Koenig Lexical 2023-04-26 16:06:37 +02:00
dashboard.hbs Added mentions widget empty state 2023-03-02 20:06:53 +00:00
designsandbox.hbs
editor.hbs 🐛 Fixed broken editor breadcrumbs when opening a new post from analytics (#16463) 2023-03-22 00:12:15 -07:00
error.hbs
lexical-editor.hbs Added confirmation modal when restoring a post revision (#16689) 2023-04-20 17:01:17 +01:00
lexicalsandbox.hbs
member.hbs 🐛 Fixed members breadcrumbs when not coming from analytics 2023-05-04 11:20:33 +02:00
members-activity.hbs
members.hbs 🐛 Fixed members breadcrumbs when not coming from analytics 2023-05-04 11:20:33 +02:00
mentions.hbs Added a temporary fix for wrapping multiple mentions dropdown 2023-03-02 20:06:53 +00:00
migrate.hbs Add Migrate app (#16458) 2023-03-30 15:40:06 +01:00
offer.hbs
offers.hbs Revert "Removed explicit timeout for offer creation helper" 2023-03-10 13:44:45 +04:00
pages-loading.hbs
pages.hbs Added posts and pages bulk editing (#16634) 2023-04-27 10:26:44 +02:00
posts-loading.hbs
posts.hbs Added posts and pages bulk editing (#16634) 2023-04-27 10:26:44 +02:00
reset.hbs
settings.hbs Updated the announcement bar subheading copy in the settings 2023-04-21 12:18:53 +01:00
setup.hbs
signin.hbs
signup.hbs
site.hbs
tag.hbs
tags-loading.hbs
tags.hbs
websockets.hbs Added alpha feature to demonstrate websockets 2023-02-17 11:55:15 +01:00
whatsnew.hbs