Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 985 Rev 987
Line 467... Line 467...
467
			selectionnerCollection(panneauCentre.getContenu(), null);
467
			selectionnerCollection(panneauCentre.getContenu(), null);
468
		} else if (panneauCentre.getContenu() instanceof PersonneVue) {
468
		} else if (panneauCentre.getContenu() instanceof PersonneVue) {
469
			selectionnerPersonne(panneauCentre.getContenu(), null, getProjetId());
469
			selectionnerPersonne(panneauCentre.getContenu(), null, getProjetId());
470
		} else if (panneauCentre.getContenu() instanceof PublicationVue) {
470
		} else if (panneauCentre.getContenu() instanceof PublicationVue) {
471
			selectionnerPublication(panneauCentre.getContenu(), null);
471
			selectionnerPublication(panneauCentre.getContenu(), null);
-
 
472
		} else if (panneauCentre.getContenu() instanceof CommentaireVue) {
-
 
473
			selectionnerCommentaire(panneauCentre.getContenu(), null);
472
		}
474
		}
473
	}
475
	}
Line 474... Line 476...
474
	
476