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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user