Actions
Anomalie #777
ferméLe mode d'affichage icone/liste/détail sélectionné par défaut n'est pas utilisé par GENERIC_ISEARCH
Début:
27/05/2010
Echéance:
% réalisé:
100%
Temps estimé:
Version source:
Solution proposée:
Principaux fichiers impactés:
Complexité:
Contrôle:
Thème:
Régression:
Description
La liste des documents liées (app=GENERIC&action=GENERIC_ISEARCH) s'affiche toujours en mode "liste", quelque soit le mode d'affichage sélectionné précédemment dans la "Gestion Documentaire" par exemple.
Actions
#2
Mis à jour par Jérôme Augé il y a presque 16 ans
--- generic_isearch.php.orig 2010-05-27 08:47:06.000000000 +0200
+++ generic_isearch.php 2010-05-27 10:43:20.000000000 +0200
@@ -61,6 +61,10 @@
} else {
include_once("FREEDOM/freedom_view.php");
$action->parent->name="FREEDOM";
+ $freedomApp = new Application($action->dbaccess);
+ $freedomApp->Set('FREEDOM', $action->parent);
+ $viewMode = $freedomApp->getParam('FREEDOM_VIEW');
+ setHttpVar("view", $viewMode);
setHttpVar("target","gisearch");
freedom_view($action, false);
// redirect($action,"FREEDOM","FREEDOM_VIEW&viewone=$viewone&dirid=".$sdoc->id);
Actions
#3
Mis à jour par Jérôme Augé il y a presque 16 ans
- 2.12
commit 95b7ba82f5db08a0cc1a5b75666f9539b80373eb
Author: Jérôme Augé <jerome.auge@anakeen.com>
Date: Mon Jun 21 09:00:54 2010 +0200
freedom-2.12.14-6
commit 0b579a362539649c6e5b71ba88971e02ee0a9422
Author: Jérôme Augé <jerome.auge@anakeen.com>
Date: Mon Jun 7 09:34:00 2010 +0200
Use the FREEDOM_VIEW param when viewing GENERIC_ISEARCH (closes #777)
The FREEDOM_VIEW parameter, set in FREEDOM application, is not applied
when viewing GENERIC_ISEARCH from GENERIC application.
Actions
#4
Mis à jour par Jérôme Augé il y a presque 16 ans
- 2.14
commit db6b7173fd7d48240191fce41063c46c5cd9bd34
Author: Jérôme Augé <jerome.auge@anakeen.com>
Date: Mon Jun 21 12:13:49 2010 +0200
freedom-2.14.8-2
commit 5bdd915f68eac31009d4cdb769925c3d3373723f
Author: Jérôme Augé <jerome.auge@anakeen.com>
Date: Mon Jun 7 09:34:00 2010 +0200
Use the FREEDOM_VIEW param when viewing GENERIC_ISEARCH (closes #777)
The FREEDOM_VIEW parameter, set in FREEDOM application, is not applied
when viewing GENERIC_ISEARCH from GENERIC application.
Actions
#5
Mis à jour par Jérôme Augé il y a presque 16 ans
- dev_3.0
commit 1d695702fc8446f6f2744539cee8068eef375059
Author: Jérôme Augé <jerome.auge@anakeen.com>
Date: Mon Jun 21 13:27:12 2010 +0200
Use the FREEDOM_VIEW param when viewing GENERIC_ISEARCH (closes #777)
The FREEDOM_VIEW parameter, set in FREEDOM application, is not applied
when viewing GENERIC_ISEARCH from GENERIC application.
Actions
#6
Mis à jour par Jérôme Augé il y a presque 16 ans
- Statut changé de Nouveau à Résolu
- % réalisé changé de 0 à 100
Actions