?
avatar infograf768
infograf768
6 May 2016

Steps to reproduce the issue

Load another language than English in back-end.
Go to Smartsearch Indexed Content equivalent page
The equivalent filter "- Select type of content -" displays the filter types in English

screen shot 2016-05-06 at 10 42 16

from field

        <field
            name="type"
            type="sql"
            label="JOPTION_FILTER_CATEGORY"
            description="JOPTION_FILTER_CATEGORY_DESC"
            default="0"
            query="SELECT id AS value, title AS type FROM #__finder_types ORDER BY title"
            onchange="this.form.submit();"
            >
            <option value="">COM_FINDER_MAPS_SELECT_TYPE</option>
        </field>

I Purged the db and re-indexed with another language loaded. It did not delete the _finder_types table and no change to the filters.
Same after deleting the _finder_types table and reindexing. The english values are re-added to the table.

Similar issue for "- Select Branch -" in the Content Maps page

@chrisdavenport

avatar infograf768 infograf768 - open - 6 May 2016
avatar andrepereiradasilva
andrepereiradasilva - comment - 6 May 2016

Please test #10263 and #10264

avatar infograf768
infograf768 - comment - 6 May 2016

Closing as we have 2 PRs to test.

avatar infograf768 infograf768 - change - 6 May 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-05-06 15:03:39
Closed_By infograf768
avatar infograf768 infograf768 - close - 6 May 2016
avatar brianteeman brianteeman - close - 6 May 2016
avatar brianteeman brianteeman - change - 8 May 2016
Labels Added: ?

Add a Comment

Login with GitHub to post a comment