We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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).
The text was updated successfully, but these errors were encountered: