Parent Directory | Revision Log | Patch
revision 15853 by cgarcin, Wed Oct 11 12:21:47 2023 UTC | revision 15937 by cgarcin, Tue Oct 24 15:41:46 2023 UTC | |
---|---|---|
# | Line 61 class enjeux extends enjeux_gen { | Line 61 class enjeux extends enjeux_gen { |
61 | "enjeux.enjeux", | "enjeux.enjeux", |
62 | "enjeux.libelle", | "enjeux.libelle", |
63 | "couleur", | "couleur", |
64 | "priorite", | |
65 | "array_to_string(array_agg(distinct(om_collectivite) ORDER BY om_collectivite), ';') as om_collectivite", | "array_to_string(array_agg(distinct(om_collectivite) ORDER BY om_collectivite), ';') as om_collectivite", |
66 | "array_to_string(array_agg(distinct(dossier_instruction_type) ORDER BY dossier_instruction_type), ';') as dossier_instruction_type", | "array_to_string(array_agg(distinct(dossier_instruction_type) ORDER BY dossier_instruction_type), ';') as dossier_instruction_type", |
67 | ); | ); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |