Implemented deferred entry manipulation

This commit is contained in:
2025-01-28 18:10:56 +01:00
parent 5a342e2c53
commit fecbc0717b
9 changed files with 83 additions and 37 deletions

View File

@@ -140,7 +140,7 @@ public class DisplayPropertyTests {
};
// Act
var result = await _tableManager.DisplayProperty(item, prop, item.List);
var result = await _tableManager.DisplayProperty(item, prop, null, item.List);
// Assert
Assert.Equal("1,2,3", result);