Created
December 1, 2023 10:36
-
-
Save praseodym/00472efada52502fe90a7d2d8ebef9b5 to your computer and use it in GitHub Desktop.
OSV2020-U diff 1.9.1.2 vs 1.9.1.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --color=auto -r osv2020-u-versie-1.9.1.2/elect-base-jar.jar/de/ivu/elect/business/dokumente/boundary/DokumentVorlageEdit.java nl-was-war-1.9.1.3-sources-all/elect-base-jar.jar/de/ivu/elect/business/dokumente/boundary/DokumentVorlageEdit.java | |
53c53 | |
< // msc: Ich mache es mir einfach und ersetze die vorhandene Datei auf dem Server... nicht ganz sauber, für den Fall, | |
--- | |
> // elect Ich mache es mir einfach und ersetze die vorhandene Datei auf dem Server... nicht ganz sauber, für den Fall, | |
diff --color=auto -r osv2020-u-versie-1.9.1.2/elect-base-jar.jar/de/ivu/elect/business/gebietsbaum/entity/AbstractGebiet.java nl-was-war-1.9.1.3-sources-all/elect-base-jar.jar/de/ivu/elect/business/gebietsbaum/entity/AbstractGebiet.java | |
95c95 | |
< // msc: nicht ändern (Performance, Lambdas und Sets machen die Sache nicht schenller...) | |
--- | |
> // elect nicht ändern (Performance, Lambdas und Sets machen die Sache nicht schenller...) | |
diff --color=auto -r osv2020-u-versie-1.9.1.2/elect-base-jar.jar/de/ivu/elect/presentation/ElectBaseStartViewResolver.java nl-was-war-1.9.1.3-sources-all/elect-base-jar.jar/de/ivu/elect/presentation/ElectBaseStartViewResolver.java | |
123c123 | |
< principal.logout(); // TODO msc: Unklar wieso ausloggen, wahrscheinlich, weil der Nutzer nichts darf... | |
--- | |
> principal.logout(); // TODO elect Unklar wieso ausloggen, wahrscheinlich, weil der Nutzer nichts darf... | |
diff --color=auto -r osv2020-u-versie-1.9.1.2/elect-base-jar.jar/de/ivu/elect/presentation/exchange/AbstractImportBestaetigenView.java nl-was-war-1.9.1.3-sources-all/elect-base-jar.jar/de/ivu/elect/presentation/exchange/AbstractImportBestaetigenView.java | |
182c182 | |
< return isRefreshRequired() /* || ELECTKOM-198 msc: unnötig, den Import-Button zu sperren, der Importer sagt sowieso "nein" isImportReportContainingErrors() */; | |
--- | |
> return isRefreshRequired() /* || ELECTKOM-198 elect unnötig, den Import-Button zu sperren, der Importer sagt sowieso "nein" isImportReportContainingErrors() */; | |
diff --color=auto -r osv2020-u-versie-1.9.1.2/elect-base-jar.jar/de/ivu/elect/presentation/exchange/SupportedFileFormatErmittler.java nl-was-war-1.9.1.3-sources-all/elect-base-jar.jar/de/ivu/elect/presentation/exchange/SupportedFileFormatErmittler.java | |
90c90 | |
< // msc: Log-Level auf INFO lassen, Fehler werden schnell verdeckt... | |
--- | |
> // elect Log-Level auf INFO lassen, Fehler werden schnell verdeckt... | |
diff --color=auto -r osv2020-u-versie-1.9.1.2/elect-was-jar.jar/de/ivu/elect/business/kandidatur/boundary/KandidaturGewaehltSearch.java nl-was-war-1.9.1.3-sources-all/elect-was-jar.jar/de/ivu/elect/business/kandidatur/boundary/KandidaturGewaehltSearch.java | |
153c153 | |
< stimmen)); // msc: unabhängig von istGewählt aufnehmen, in der GUI wird angezeigt ob der Kandidat gewählt ist oder nicht | |
--- | |
> stimmen)); // elect unabhängig von istGewählt aufnehmen, in der GUI wird angezeigt ob der Kandidat gewählt ist oder nicht | |
diff --color=auto -r osv2020-u-versie-1.9.1.2/elect-was-jar.jar/de/ivu/elect/presentation/ergebnis/menu/ErgebnisExportMenuItemEntry.java nl-was-war-1.9.1.3-sources-all/elect-was-jar.jar/de/ivu/elect/presentation/ergebnis/menu/ErgebnisExportMenuItemEntry.java | |
26c26 | |
< return super.isDisabledInternal() || isErgebnisMenuDisabled() /* msc: nicht sinnvoll|| ergebnisSessionSelect.getEntity().isStatusUnbekannt() */; | |
--- | |
> return super.isDisabledInternal() || isErgebnisMenuDisabled() /* elect nicht sinnvoll|| ergebnisSessionSelect.getEntity().isStatusUnbekannt() */; | |
diff --color=auto -r osv2020-u-versie-1.9.1.2/elect-was-jar.jar/de/ivu/elect/presentation/stimmeingabe/exchange/StimmeingabeImportBestaetigenView.java nl-was-war-1.9.1.3-sources-all/elect-was-jar.jar/de/ivu/elect/presentation/stimmeingabe/exchange/StimmeingabeImportBestaetigenView.java | |
72,73c72,73 | |
< formBuilder.addProperty(new LambdaBooleanProperty(getMessage("stimmeingabe.import.validierung.erforderlich"), false, stimmeingabeImportContext::setPlausibilisierungErzwingen, stimmeingabeImportContext::isPlausibilisierungErzwingen)); | |
< formBuilder.addProperty(new LambdaBooleanProperty(getMessage("stimmeingabe.import.kann.fehler.bestaetigen"), false, stimmeingabeImportContext::setPlausibilisierungKannFehlerBestaetigen, stimmeingabeImportContext::isPlausibilisierungKannFehlerBestaetigen)); | |
--- | |
> // ELECTVAPP-2387 auf NL aufpassen(1) | |
> addValidierungProperties(formBuilder, stimmeingabeImportContext); | |
75a76,80 | |
> } | |
> | |
> protected void addValidierungProperties(FormBuilder formBuilder, StimmeingabeImportContext stimmeingabeImportContext) { | |
> formBuilder.addProperty(new LambdaBooleanProperty(getMessage("stimmeingabe.import.validierung.erforderlich"), false, stimmeingabeImportContext::setPlausibilisierungErzwingen, stimmeingabeImportContext::isPlausibilisierungErzwingen)); | |
> formBuilder.addProperty(new LambdaBooleanProperty(getMessage("stimmeingabe.import.kann.fehler.bestaetigen"), false, stimmeingabeImportContext::setPlausibilisierungKannFehlerBestaetigen, stimmeingabeImportContext::isPlausibilisierungKannFehlerBestaetigen)); | |
diff --color=auto -r osv2020-u-versie-1.9.1.2/nl-core-jar.jar/de/ivu/elect/presentation/kandidatur/action/NlListenkandidaturZulassungAblehnenMitBemerkungAction.java nl-was-war-1.9.1.3-sources-all/nl-core-jar.jar/de/ivu/elect/presentation/kandidatur/action/NlListenkandidaturZulassungAblehnenMitBemerkungAction.java | |
144c144 | |
< refreshViewOnNonBlankResult(listenkandidatur, FacesContextUtil.getCurrentViewId()/* msc: wichtig für de.ivu.elect.presentation.kandidatur.action.NlKandidaturDublettenAblehnenAction */); | |
--- | |
> refreshViewOnNonBlankResult(listenkandidatur, FacesContextUtil.getCurrentViewId()/* elect wichtig für de.ivu.elect.presentation.kandidatur.action.NlKandidaturDublettenAblehnenAction */); | |
158c158 | |
< refreshViewOnNonBlankResult(listenkandidatur, FacesContextUtil.getCurrentViewId()/* msc: wichtig für de.ivu.elect.presentation.kandidatur.action.NlKandidaturDublettenAblehnenAction */); | |
--- | |
> refreshViewOnNonBlankResult(listenkandidatur, FacesContextUtil.getCurrentViewId()/* elect wichtig für de.ivu.elect.presentation.kandidatur.action.NlKandidaturDublettenAblehnenAction */); | |
diff --color=auto -r osv2020-u-versie-1.9.1.2/nl-was-jar.jar/de/ivu/elect/presentation/stimmeingabe/exchange/NlStimmeingabeImportBestaetigenView.java nl-was-war-1.9.1.3-sources-all/nl-was-jar.jar/de/ivu/elect/presentation/stimmeingabe/exchange/NlStimmeingabeImportBestaetigenView.java | |
3,7d2 | |
< import javax.enterprise.inject.Specializes; | |
< import javax.inject.Inject; | |
< | |
< import org.apache.deltaspike.core.api.scope.ConversationGroup; | |
< | |
14a10 | |
> import org.apache.deltaspike.core.api.scope.ConversationGroup; | |
15a12,14 | |
> import javax.enterprise.inject.Specializes; | |
> import javax.inject.Inject; | |
> | |
40a40,45 | |
> } | |
> | |
> | |
> @Override | |
> protected void addValidierungProperties(FormBuilder formBuilder, StimmeingabeImportContext stimmeingabeImportContext) { | |
> // ELECTVAPP-2387 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment