- Posts: 732
- Thank you received: 117
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Note: Not possible to search from categories in backend with search
2 years 10 months ago #229434
by Gindi
I just updated a test site to Kunena 6.2.0-BETA3-DEV 2023-10-02.
To test the fix to "Not possible to search from categories in backend with search" I added in /administrator/components/com_kunena/src/Model/CategoriesModel.php after line 485 the lines
486 + $value = $this->getUserStateFromRequest($this->context . '.list.search', 'filter_search', 'search', 'cmd');
487 + $this->setState('filter.search', $value);
488 + blank line
inserted and saved.
After that, when I click on categories in the Kunena dashboard, no entries are displayed, it is empty.
In a comparison test page with Kunena 6.2.0-BETA3-DEV 2023-10-02 without this update, the categories are listed.
Gindi
To test the fix to "Not possible to search from categories in backend with search" I added in /administrator/components/com_kunena/src/Model/CategoriesModel.php after line 485 the lines
486 + $value = $this->getUserStateFromRequest($this->context . '.list.search', 'filter_search', 'search', 'cmd');
487 + $this->setState('filter.search', $value);
488 + blank line
inserted and saved.
After that, when I click on categories in the Kunena dashboard, no entries are displayed, it is empty.
In a comparison test page with Kunena 6.2.0-BETA3-DEV 2023-10-02 without this update, the categories are listed.
Gindi
Please Log in or Create an account to join the conversation.
2 years 10 months ago #229435
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Note: Not possible to search from categories in backend with search
Hello,
This fix has been done for K6.1.x series, i need to check on K6.2.x
This fix has been done for K6.1.x series, i need to check on K6.2.x
I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: Gindi
Please Log in or Create an account to join the conversation.
2 years 10 months ago #229436
by Gindi
Replied by Gindi on topic Note: Not possible to search from categories in backend with search
I have tested this fix with K6.2.0-BETA3-DEV 2023-10-02. Is this a wrong version?
Gindi
Gindi
Please Log in or Create an account to join the conversation.
2 years 10 months ago #229437
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Note: Not possible to search from categories in backend with search
The fix that i had done :
github.com/Kunena/Kunena-Forum/commit/a5...aaabaf995970c3e6856a
was made agaisnt the K6.1 branch and will be in the next release the K6.1.4. I haven't tested it against K6.2.x branch
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
2 years 10 months ago - 2 years 10 months ago #229438
by Leen
With kind regards
Leen
Replied by Leen on topic Note: Not possible to search from categories in backend with search
It looks like this fix also works in 6.2. I saw this fix on GitHub this morning and tried it locally
With kind regards
Leen
Last edit: 2 years 10 months ago by Leen.
The following user(s) said Thank You: xillibit
Please Log in or Create an account to join the conversation.
2 years 10 months ago #229439
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Note: Not possible to search from categories in backend with search
good to know, i haven't merged in time before the release the last changes made in K6.1 to K6.2
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
Time to create page: 0.250 seconds