Subversion Repositories eFlore/Applications.coel

Rev

Rev 1513 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1513 Rev 1710
Line 46... Line 46...
46
		String nom = (nomProjet == null) ? "%" : nomProjet+"%";
46
		String nom = (nomProjet == null) ? "%" : nomProjet+"%";
47
		String[] param = {projetId, nom};
47
		String[] param = {projetId, nom};
Line 48... Line 48...
48
		
48
		
Line -... Line 49...
-
 
49
		HashMap<String, String> restrictions = new HashMap<String, String>();
-
 
50
 
-
 
51
		/* ne jamais effectuer de limitation du nombre de projet car, lorsqu'on édite une institution, le "projet"
-
 
52
		   est obligatoire, cependant, si l'ID du projet de cette institution n'est pas présent dans la première page
-
 
53
		   de la liste dynamique téléchargée initialement (offset 0 -> 10), le champ reste invalide / rouge,
-
 
54
		   rendant impossible la modification rapide de la structure.
49
		HashMap<String, String> restrictions = new HashMap<String, String>();
55
 
50
		
56
		   Pour cette raison, la liste des projets est toujours récupérée en intégralité. */
51
		if (nbElements != -1) {
57
		if (false && nbElements != -1) {
Line 52... Line 58...
52
			restrictions.put("limit", String.valueOf(nbElements));
58
			restrictions.put("limit", String.valueOf(nbElements));
53
		}
59
		}