Eksik görülen değişiklikler

This commit is contained in:
Sedat Öztürk 2026-02-05 01:09:41 +03:00
parent 948ab358e4
commit 6517fac26c
2 changed files with 6 additions and 1 deletions

View file

@ -3192,6 +3192,12 @@
"en": "Menu",
"tr": "Menü"
},
{
"resourceName": "Platform",
"key": "ListForms.ListForm.SaveGridState",
"en": "Save Grid State",
"tr": "Tablo Yapısını Kaydet"
},
{
"resourceName": "Platform",
"key": "ListForms.ListForm.ResetGridState",

View file

@ -2771,7 +2771,6 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency
IsVisible = true,
}
}),
StateStoringJson = JsonSerializer.Serialize(new StateStoringDto { Enabled = true, StorageKey = "listFormGridStorage", Type = "custom" }),
FormFieldsDefaultValueJson = JsonSerializer.Serialize(new FieldsDefaultValue[] {
new() { FieldName = "ListFormType", FieldDbType = DbType.String, Value = ListFormTypeEnum.List, CustomValueType = FieldCustomValueTypeEnum.Value },
new() { FieldName = "InsertServiceAddress", FieldDbType = DbType.String, Value = "list-form-data/insert", CustomValueType = FieldCustomValueTypeEnum.Value },