Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【ブログ】isSingleがプレビューで動作しない #1073

Closed
tnagatomi opened this issue Apr 29, 2019 · 2 comments
Closed

【ブログ】isSingleがプレビューで動作しない #1073

tnagatomi opened this issue Apr 29, 2019 · 2 comments
Labels
Bug バグ

Comments

@tnagatomi
Copy link
Contributor

(このIssueはRedmineのチケットから移行されています)

作成者: 権藤 隆行
作成日: 2016/06/13 15:33

BlogHelper::isSingleのLine 885あたりにプレビュー判別を入れたら対応可能だと思うがテストが必要。

		if ($this->request->params['plugin'] == 'blog' &&
			$this->request->params['controller'] == 'posts' &&
			$this->request->params['action'] == 'archives'){
			return true;
		}
@ryuring ryuring added the Bug バグ label May 16, 2019
@ryuring ryuring changed the title isSingleがプレビューで動作しない 【ブログ】isSingleがプレビューで動作しない May 5, 2020
@seto1
Copy link
Collaborator

seto1 commented Jul 20, 2020

4.3.6-devだと改善されているようです。

@ryuring
Copy link
Collaborator

ryuring commented Jul 20, 2020

確認ありがとうございます!

@ryuring ryuring closed this as completed Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug バグ
Projects
None yet
Development

No branches or pull requests

3 participants