Opened 15 years ago

Closed 15 years ago

#413 closed defect (worksforme)

clearFilterButtonLabel undefined

Reported by: kolaloka Owned by: verenadiewald
Priority: blocker Milestone: 2.6 release
Component: i18n Version: 2.6 rc1
Keywords: gazetteer internationalization Cc:

Description

Symptom is unusable gazetteer. In file http/javascripts/mod_wfs_gazetteer_client.php the line

include(dirname(__FILE__) . "/../../conf/" . $wfs_spatial_request_conf_filename);

could not correctly include the needed file. Cause is probably in internationalization stuff, I didn't investigate. Replacing it to

include(dirname(__FILE__) . "/../../conf/wfs_additional_spatial_search.conf");

appearantly solves the problem.

Change History (2)

comment:1 by christoph, 15 years ago

Owner: changed from dev to verenadiewald

comment:2 by verenadiewald, 15 years ago

Resolution: worksforme
Status: newclosed

Please mind setting the new element var "wfs_spatial_request_conf_filename" for the gazetteerWFS module -> I think this was the problem

Note: See TracTickets for help on using tickets.