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がエンコードされていない #4045

Open
seto1 opened this issue Nov 25, 2024 · 1 comment
Open

【ブログ】タグのURLがエンコードされていない #4045

seto1 opened this issue Nov 25, 2024 · 1 comment
Assignees
Labels
Todo 実行確定タスク

Comments

@seto1
Copy link
Collaborator

seto1 commented Nov 25, 2024

baserCMS version : 4, 5

4系
https://github.com/baserproject/basercms/blob/dev-4/lib/Baser/Plugin/Blog/View/Helper/BlogHelper.php#L1444
getTagLinkUrl

$url = $url . 'archives/tag/' . $tag['name'];
...
$url = '/tags/' . $tag['name'];

5系
https://github.com/baserproject/basercms/blob/5.1.x/plugins/bc-blog/src/View/Helper/BlogHelper.php
getTagLinkUrl

$url = $url . 'archives/tag/' . $tag->name;
...
$url = '/tags/' . $tag->name;
@ryuring ryuring added the Todo 実行確定タスク label Nov 27, 2024
@ryuring
Copy link
Collaborator

ryuring commented Nov 27, 2024

@HungDV2022 こちら対応お願いします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Todo 実行確定タスク
Projects
None yet
Development

No branches or pull requests

3 participants