Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1196 Rev 1283
Line 127... Line 127...
127
				}
127
				}
128
			});
128
			});
129
		}
129
		}
Line 130... Line 130...
130
		
130
		
131
		final String idContributeur = propositionDetermination.getContributeur().getId();
131
		final String idContributeur = propositionDetermination.getContributeur().getId();
132
		if (idContributeur != null) {
132
		if (idContributeur != null && !idContributeur.equals("0")) {
133
			vue.ajouterLienAuteur();
133
			vue.ajouterLienAuteur();
134
			vue.getAuteur().addClickHandler(new ClickHandler() {
134
			vue.getAuteur().addClickHandler(new ClickHandler() {
135
				@Override
135
				@Override
136
				public void onClick(ClickEvent event) {
136
				public void onClick(ClickEvent event) {