Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 9ab0916b by Tony Chemit at 2022-10-12T11:48:27+02:00 Le form composition détaillée LL observations ne fonctionne plus en mode serveur uniquement - Closes #2460 - - - - - 1 changed file: - − core/api/dto/src/main/java/fr/ird/observe/dto/data/ll/observation/SectionDto.java Changes: ===================================== core/api/dto/src/main/java/fr/ird/observe/dto/data/ll/observation/SectionDto.java deleted ===================================== @@ -1,46 +0,0 @@ -package fr.ird.observe.dto.data.ll.observation; - -/*- - * #%L - * ObServe Core :: API :: Dto - * %% - * Copyright (C) 2008 - 2022 IRD, Ultreia.io - * %% - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this program. If not, see - * <http://www.gnu.org/licenses/gpl-3.0.html>. - * #L% - */ - -import io.ultreia.java4all.bean.spi.GenerateJavaBeanDefinition; - -/** - * Created on 04/08/2021. - * - * @author Tony Chemit - dev@tchemit.fr - * @since 9.0.0 - */ -@GenerateJavaBeanDefinition -public class SectionDto extends GeneratedSectionDto { - - SectionTemplateDto sectionTemplate; - - public SectionTemplateDto getSectionTemplate() { - return sectionTemplate; - } - - public void setSectionTemplate(SectionTemplateDto sectionTemplate) { - this.sectionTemplate = sectionTemplate; - } - -} View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/9ab0916b911d305b77e81b01f0... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/9ab0916b911d305b77e81b01f0... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)