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

ページリストブロックで日本語URLでのエラー #153

Open
acliss19xx opened this issue Sep 16, 2014 · 2 comments
Open

ページリストブロックで日本語URLでのエラー #153

acliss19xx opened this issue Sep 16, 2014 · 2 comments

Comments

@acliss19xx
Copy link
Member

ページリストブロックを日本語URLを使用したページに
「ここ以下の階層」を選んで作成しても、表示されない。
concrete/core/blocks/page_list/controller.php 120行目あたり
$pl->filterByPath(Page::getByID($cParentID)->getCollectionPath());

$pl->filterByPath(Page::getByID($cParentID)->cPath);
で回避できる。他にもないかチェックが必要

@hissy
Copy link
Member

hissy commented Sep 17, 2014

あとPageListを使ってるのは検索ブロックですね

@tao-s
Copy link

tao-s commented Sep 17, 2014

ちょっとここ詳しく見たい

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants