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

the topic filter in the page list was not working. #39

Open
yeizac opened this issue Oct 3, 2024 · 0 comments
Open

the topic filter in the page list was not working. #39

yeizac opened this issue Oct 3, 2024 · 0 comments

Comments

@yeizac
Copy link

yeizac commented Oct 3, 2024

I once investigated and fixed a problem where the topic filter in the page list block was not working.

blocks\c5j_rating_page_list controller.php after LINE 313 add
} elseif ($parameters[0] == 'topic') {
$method = 'action_filter_by_topic';
$parameters = array_slice($parameters, 1);

It works now. Is there any problem with the response?

Environment:
rating 1.0.1
cms 8.x
php7.3

Additional context
Latest ver rating 1.0.2
This is not included in the latest version 1.0.2.

Priority:
Specify the priority level for this bug report (e.g., High, Medium, Low).

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

1 participant