]> git.koha-community.org Git - koha.git/commit
Bug 7445 - Clicking on a tag gives "Language ... does not exist"
authorMagnus Enger <magnus@enger.priv.no>
Mon, 2 Apr 2012 13:27:49 +0000 (15:27 +0200)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 5 May 2012 12:15:32 +0000 (08:15 -0400)
commit2319b752436d0f62b271572034ca24fd9464a7f0
tree6f59ebd94a29ae1bac8c90c0528fde3e8c5a7f79
parentfce107c2aabb1a83c3926810d64ac377bb8e9e31
Bug 7445 - Clicking on a tag gives "Language ... does not exist"

To test:
- Syspref QueryStemming = Try
- Install Norwegian bokmål:
  cd misc/translator/
  perl translate install nb-NO
- Go to Home › Administration › System Preferences > I18N/L10N
  and enable "Norsk bokmål(nb-NO)" for opaclanguages as well as
  setting opaclanguagesdisplay = Allow
- Make sure you have selected "Norsk bokmål" as the active language
  in the OPAC
- Find a record that has a tag (which does not contain any digits)
- Click on the tag and see that you get the error in the title of
  this bug
- Apply the patch
- Click on the tag again and the error should be gone

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Easy to test with a great test plan. Works nicely.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Search.pm