From be3b50295c948f28034b3782b99f97e1ff62364d Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Fri, 28 Oct 2016 22:04:25 +0200 Subject: [PATCH] Use default visibility also for bookmarklet --- Changelog.md | 1 + app/views/status_messages/bookmarklet.html.haml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 9b2b19728..adfe71c85 100644 --- a/Changelog.md +++ b/Changelog.md @@ -37,6 +37,7 @@ Note: Although this is a minor release, the configuration file changed because t * Fix message modal on profile page [#7137](https://github.com/diaspora/diaspora/pull/7137) * Display error message when aspect membership changes fail [#7132](https://github.com/diaspora/diaspora/pull/7132) * Avoid the creation of pod that are none [#7145](https://github.com/diaspora/diaspora/pull/7145) +* Fixed tag pages with alternate default aspect settings [#7262](https://github.com/diaspora/diaspora/pull/7162) ## Features * Deleted comments will be removed when loading more comments [#7045](https://github.com/diaspora/diaspora/pull/7045) diff --git a/app/views/status_messages/bookmarklet.html.haml b/app/views/status_messages/bookmarklet.html.haml index 393002b8c..72e164c9f 100644 --- a/app/views/status_messages/bookmarklet.html.haml +++ b/app/views/status_messages/bookmarklet.html.haml @@ -4,4 +4,4 @@ .col-md-12 %h4 =t('bookmarklet.post_something') - = render partial: 'publisher/publisher', locals: { aspect: :profile, :selected_aspects => @aspects, :aspect_ids => @aspect_ids } + = render partial: "publisher/publisher", locals: publisher_aspects_for(nil)