NAV 4.6.0 The first input box in /seeddb/service/add/ says "Search for IP device". When I write more than 3 characters in the box it says "searching" and I get a spinning wheel of death and get no further. Is this a bug or am I missing a library or something? No error messages in the obvoius places. --Ingeborg -- Ingeborg Østrem Hellemo -- ingeborg.hellemo@uit.no Dep. of Information Technology --- Univ. of Tromsø
On 11. jan. 2017 12:30, Ingeborg Hellemo wrote:
NAV 4.6.0
The first input box in /seeddb/service/add/ says "Search for IP device". When I write more than 3 characters in the box it says "searching" and I get a spinning wheel of death and get no further.
Is this a bug or am I missing a library or something? No error messages in the obvoius places.
In spite of that, I have to ask - are there any errors in the javascript console? -- John Magne Bredal john.m.bredal@uninett.no +4791897366 Abels gt. 5- Teknobyen NO-7465 Trondheim
john.m.bredal@uninett.no said:
In spite of that, I have to ask - are there any errors in the javascript console?
With some offline help with getting around in the javascript console I was able to track down the problem to django-filter ('Using DjangoFilterBackend, but django-filter is not installed'). Django-filter was installed, but in a too recent version (1.0.1). Downgrading to the required django-filter> =0.7,<0.8 fixed the problem. --Ingeborg -- Ingeborg Østrem Hellemo -- ingeborg.hellemo@uit.no Dep. of Information Technology --- Univ. of Tromsø
participants (2)
-
Ingeborg Hellemo -
John Magne Bredal