Miniclick - Tasks: task #7915, La fonction de recherche sur une...
You are not allowed to post comments on this tracker with your current authentication level.
task #7915: La fonction de recherche sur une table croisée ne marche pas
Submitter: | Jean-Claude Amiot <ajcsoft> | ||
Submitted: | Wed 02 Apr 2008 06:48:12 AM UTC | ||
Should Start On: | Wed 02 Apr 2008 12:00:00 AM UTC | Should be Finished on: | Wed 02 Apr 2008 12:00:00 AM UTC |
Category: | None | Priority: | 5 - Normal |
Status: | Done | Privacy: | Public |
Percent Complete: | 100% | Assigned to: | ajcsoft |
Open/Closed: | Open | Effort: | 0.00 |
Wed 09 Apr 2008 01:48:35 PM UTC, comment #1: |
Jean-Claude Amiot <ajcsoft>![]() ![]() |
Wed 02 Apr 2008 06:48:12 AM UTC, original submission:
|
Jean-Claude Amiot <ajcsoft>![]() ![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Modification du fichier templates/miniclick/miniclick_recherche.tpl
Beaucoup d'erreurs javascript
la fonction update(module_id,object_id,colonne,val) était appelée avec des mauvais paramètres
la fonction check_selected n'était pas automatiquement appelée à l'ouverture de la page.
Ajout d'un type hidden pour les colonnes de recherche template templates/miniclick/miniclick_table_datas.tpl pour indiquer sa valeur. Valeur du champs utilisée pas la fonction javascript check_selected() du template templates/miniclick/miniclick_recherche.tpl
Appel de la fonction window.opener.fire_action('MAJ') pour mettre à jour le tableau de la page appelante.