Skip to content

Commit 55e298e

Browse files
committed
actually fix image table import and export
1 parent 6e7be3d commit 55e298e

File tree

6 files changed

+1905
-1909
lines changed

6 files changed

+1905
-1909
lines changed

Definitions/ObjectModels/IImageTableNameProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ public bool TryGetImageName<T>(T model, int id, [MaybeNullWhen(false)] out strin
4545
}
4646

4747
public static string GetImageName(int id)
48-
=> $"{id}-unnamed";
48+
=> $"unnamed_{id}";
4949
}

0 commit comments

Comments
 (0)