Add edit functionality for EinAb interactions: implement UpdateInteraction method, extend InteractionDialog for edit mode, and add edit button in InteractionRow

This commit is contained in:
troogs
2026-09-14 16:09:13 +02:00
parent fdd7ea5a40
commit 8b298b37c7
11 changed files with 360 additions and 24 deletions
@@ -87,7 +87,12 @@ namespace FoodsharingSiegen.Contracts.Enums
/// <summary>
/// The change own password audit type
/// </summary>
ChangeOwnPassword = 150
ChangeOwnPassword = 150,
/// <summary>
/// The edit interaction audit type
/// </summary>
EditInteraction = 160
#endregion Prospects
}