Skip to content
Snippets Groups Projects

Create popup for taxon information. Remove static URL. Refactor institutes popups. GNP-5096

Merged Célia Michotey requested to merge feat/taxon_ids into master
All threads resolved!
Files
10
@@ -8,10 +8,10 @@ import fr.inra.urgi.gpds.domain.JSONView;
*/
public interface Photo {
@JsonView(JSONView.GnpISFields.class)
String getFileName();
String getFile();
@JsonView(JSONView.GnpISFields.class)
String getThumbnailFileName();
String getThumbnailFile();
@JsonView(JSONView.GnpISFields.class)
String getPhotoName();
Loading