Skip to content

Commit

Permalink
#183 render region filter on jurisdiction
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony4m committed Jan 13, 2025
1 parent a55c2a4 commit 2602630
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions sormas-ui/src/main/java/de/symeda/sormas/ui/ebs/EbsFilterForm.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*******************************************************************************
* SORMAS® - Surveillance Outbreak Response Management & Analysis System
* Copyright © 2016-2018 Helmholtz-Zentrum für Infektionsforschung GmbH (HZI)
*
* 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 <https://www.gnu.org/licenses/>.
*******************************************************************************/

package de.symeda.sormas.ui.ebs;

import com.vaadin.v7.data.Property;
Expand All @@ -18,21 +36,6 @@
import de.symeda.sormas.ui.utils.FieldConfiguration;
import de.symeda.sormas.ui.utils.FieldHelper;

/// *
// * SORMAS® - Surveillance Outbreak Response Management & Analysis System
// * Copyright © 2016-2021 Helmholtz-Zentrum für Infektionsforschung GmbH (HZI)
// * 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 <https://www.gnu.org/licenses/>.
// */

public class EbsFilterForm extends AbstractFilterForm<EbsCriteria> {

private static final long serialVersionUID = -1366745065032487009L;
Expand Down

0 comments on commit 2602630

Please sign in to comment.