Bug #5312
Load dropdown with many items in search engine
Status: | Closed | Start date: | 05/20/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | remi | % Done: | 100% | |
Category: | Search Engine | |||
Target version: | 0.90 |
History
#1 Updated by yllen over 5 years ago
Je confirme que suivant l'emplacement dans l'arborescence des entités le message apparait ou n'apparait pas.
Il apparait quand le nombre d'items à afficher est trop important.
#2 Updated by remi over 5 years ago
Genrated URL look like
entity_restrict[]=1&entity_restrict[]=2&entity_restrict[]=3...
Using json_encode should reduce the length, and thus partially fix this issue
entity_restrict=[1,2,3...]
#3 Updated by yllen over 5 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset r23484.
#4 Updated by yllen over 5 years ago
- Status changed from Resolved to Assigned
- Assignee set to remi
- % Done changed from 100 to 0
#5 Updated by yllen over 5 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
#6 Updated by orthagh over 5 years ago
- Target version changed from 0.85.5 to 0.90
#7 Updated by yllen over 5 years ago
- Status changed from Resolved to Closed
Fix in github: https://github.com/glpi-project/glpi/issues/28