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

6.0以降で $lsx() で指定するパスにスペースが入っているとページ一覧が表示されない #9159

Open
dashwood8691 opened this issue Sep 24, 2024 · 1 comment

Comments

@dashwood8691
Copy link

Environment

Host

item version
OS Ubuntu 22.04.5 LTS
GROWI 6.0.15
node.js 16.20.0
npm 8.19.4
yarn 1.22.19
Using Docker yes
Using growi-docker-compose yes
  • GROWI 6.3.5, 7.0.19 でも同様の状況を確認済み。

Client

item version
OS macOS Sonoma 14.6.1 (23G93)
browser Google Chrome 129.0.6668.59 (Official Build) (arm64)

How to reproduce? (再現手順)

  1. タイトル(パス)にスペース入りのページを作る(e.x. /About Wiki)
  2. 別ページを作成して $lsx() で↑のパスを指定する(e.x. $lsx(/About Wiki))

What happens? (症状)

  • スペース以降の文字列が無視される(スクリーンショットの場合は $lsx(/About Wiki) の指定が $lsx(/About) のようになっている)
image

What is the expected result? (期待される動作)

  • GROWI 5.x のように $lsx() でスペースを含むパスを指定できる
@dashwood8691
Copy link
Author

dashwood8691 commented Oct 2, 2024

一応 Workaround を見つけました。

$lsx(prefix='/About Wiki/Examples') のように prefix を使って quote か double quote で囲めば表示できました。

参照: http://ukiya.sakura.ne.jp/index.php?PukiWiki%2F1.4%2F%E3%83%9E%E3%83%8B%E3%83%A5%E3%82%A2%E3%83%AB%2F%E3%83%97%E3%83%A9%E3%82%B0%E3%82%A4%E3%83%B3%2F%E7%8B%AC%E8%87%AA%E3%81%AB%E8%BF%BD%E5%8A%A0%E3%81%97%E3%81%9F%E3%82%82%E3%81%AE%2Flsx

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

No branches or pull requests

1 participant