?
avatar tgv604
tgv604
17 Aug 2015

Steps to reproduce the issue

1) Have smart search enabled incl. "categories" finder plugin
2) Edit a category: change title/alias/description, but do not touch state or access. Save.
3) Search for a relevant keyword to get this category in search results

Expected result

Updated title/alias/description of the category in search result

Actual result

Old title/alias/descriptipon

System information (as much as possible)

Additional comments

I believe a closing bracket should be moved from line 136 to line 133 in categories.php finder plugin.

            if (!$isNew && $this->old_access != $row->access)
            {
                // Process the change.
                $this->itemAccessChange($row);

                // Reindex the category item.
                $this->reindex($row->id);
            }

to become

            if (!$isNew && $this->old_access != $row->access)
            {
                // Process the change.
                $this->itemAccessChange($row);
            }

            // Reindex the category item.
            $this->reindex($row->id);           

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
3.00

avatar tgv604 tgv604 - open - 17 Aug 2015
avatar laoneo
laoneo - comment - 25 Aug 2015

Created a PR for this issue #7769.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7711.

avatar laoneo
laoneo - comment - 25 Aug 2015

Looks like that an issue is opened automatically http://issues.joomla.org/tracker/joomla-cms/7769.


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7711.

avatar zero-24
zero-24 - comment - 25 Aug 2015

yes @laoneo If you add a pull we have a new item and going to close the original issue here :smile: Thanks

avatar zero-24 zero-24 - change - 25 Aug 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-08-25 20:04:25
Closed_By zero-24
avatar zero-24 zero-24 - close - 25 Aug 2015

Add a Comment

Login with GitHub to post a comment