Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 740 | Rev 963 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 740 Rev 952
Line 618... Line 618...
618
	}
618
	}
Line 619... Line 619...
619
 
619
 
620
	public function formaterEnJsonMax($resultat) {
620
	public function formaterEnJsonMax($resultat) {
Line 621... Line 621...
621
		$this->recupererTableSignification('correspondance_champs,champs_api,champs_comp');
621
		$this->recupererTableSignification('correspondance_champs,champs_api,champs_comp');
622
 
622
 
623
		// TODO : améliorer le trie des résultats
623
		// TODO : améliorer le tri des résultats
624
		// ATTENTION : ce comportement est étrange
624
		// ATTENTION : ce comportement est étrange
625
		$masque = $this->recupererMasquePrincipal();
625
		$masque = $this->recupererMasquePrincipal();
626
		if (isset($masque) && !isset($this->parametres['retour.tri'])) {
626
		if ($masque && isset($this->parametres[$masque[0]] /* à éclaircir */ ) && !isset($this->parametres['retour.tri'])) {
Line 627... Line 627...
627
			$resultat = $this->trierRechercheFloue($this->parametres[$masque[0]], $resultat, $masque[1]);
627
			$resultat = $this->trierRechercheFloue($this->parametres[$masque[0]], $resultat, $masque[1]);
628
		}
628
		}