Fix ZusatzbeitraegeAction und Icon Update #263
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Der Pull Request enthält folgendes:
Ok Icon für Ok Button in Zusatzfelder Auswahl Dialog hinzugefügt. Der Ok Button hatte kein Icon
Icon für Übersicht Button in Felddefinition View hinzugefügt. Der Button hatte kein Icon
![Bildschirmfoto_20240712_172854](https://private-user-images.githubusercontent.com/126261667/348314075-e96bebee-4ebe-4fd1-9301-e55d540a3604.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTkyNTcsIm5iZiI6MTczOTAxODk1NywicGF0aCI6Ii8xMjYyNjE2NjcvMzQ4MzE0MDc1LWU5NmJlYmVlLTRlYmUtNGZkMS05MzAxLWU1NWQ1NDBhMzYwNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxMjQ5MTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xN2MzNDM3NzQ4NTM4M2Q1NDMxM2RjMTNlMjA1NGNlZDM3ZDg0YzY0OWViM2Q5NTYzZGZkMjFmM2M3YjFjZTQ4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.jQ6aV4p69n3tYiepg0AHvzbPSLcFAdKR5gg3tHeLuoY)
Fix Bug in ZusatzbeitraegeAction: Wurde im View Zusatzbeiträge ein doppel Klick auf einen Eintrag gemacht ist nichts passiert. Das lag daran, weil hier als Mitglied null übergeben wird und die Action dann gleich ein return macht. Es muss erst auf context Zusatzbeitrag geprüft werden, der in diesem Fall zutrifft. Die Prüfung auf Mitglied null muss dann in das else für den Fall, dass ein neuer Zusatzbeitrag erzeugt werden soll. Hier ist der Context kein Zusatzbeitrag.