-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[4.1] Finder: Fixing Content Map field #36766
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
Conversation
|
I got on test installation:
Something went wrong here
|
|
Can you provide me with the database? I don't see how that is possible right now. |
Nothing fancy. It a default installation, with our testing sample data, since 4.0, updated to 4.1 :) |
|
ok, I'll try to see what is happening there. Did it stay the same even after clearing index and reindexing? |
|
Yeah, works only when I Clear index and run Index again. |
|
Maybe just add |
|
I guess that this would fix it as well: #36751 |
|
I have tested this item 🔴 unsuccessfully on 28c2779 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36766. |
|
@superknutsel Can you explain a bit further? How did you test? Did it REALLY have the right indentation for categories for example in that dropdown? |
|
Hi @Hackwar I hope I did it like intended. Just had a look at the "Smart Search > Index > Filter Options > Select Content Map dropdown" and it all looked fine. Even made a screenshot just to make sure before I applied the patch. |
|
The main issue is, that the dropdown should contain among other things a list of all categories and they should be correctly indented according to their level. The current code simply does not do that, so I would be really astonished if it worked correctly for you. |
|
I have tested this item ✅ successfully on 28c2779 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36766. |
|
Restore test result This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36766. |
|
I have tested this item ✅ successfully on 1104b4e This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36766. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36766. |
|
@bembelimen you might wanna consider merging this for 4.14 as it's directly fixing a regression |
|
Thx |
Summary of Changes
This is about the "Content Map" filter field in the "Index" view of Smart Search. While changing the taxonomy table to a nested set schema, I forgot to convert this form field. This means that right now it returns more or less garbage. It should display for example the whole category tree properly indented in the dropdown.
Testing Instructions