Eksik görülen değişiklikler
This commit is contained in:
parent
948ab358e4
commit
6517fac26c
2 changed files with 6 additions and 1 deletions
|
|
@ -3192,6 +3192,12 @@
|
||||||
"en": "Menu",
|
"en": "Menu",
|
||||||
"tr": "Menü"
|
"tr": "Menü"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"resourceName": "Platform",
|
||||||
|
"key": "ListForms.ListForm.SaveGridState",
|
||||||
|
"en": "Save Grid State",
|
||||||
|
"tr": "Tablo Yapısını Kaydet"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"resourceName": "Platform",
|
"resourceName": "Platform",
|
||||||
"key": "ListForms.ListForm.ResetGridState",
|
"key": "ListForms.ListForm.ResetGridState",
|
||||||
|
|
|
||||||
|
|
@ -2771,7 +2771,6 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency
|
||||||
IsVisible = true,
|
IsVisible = true,
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
StateStoringJson = JsonSerializer.Serialize(new StateStoringDto { Enabled = true, StorageKey = "listFormGridStorage", Type = "custom" }),
|
|
||||||
FormFieldsDefaultValueJson = JsonSerializer.Serialize(new FieldsDefaultValue[] {
|
FormFieldsDefaultValueJson = JsonSerializer.Serialize(new FieldsDefaultValue[] {
|
||||||
new() { FieldName = "ListFormType", FieldDbType = DbType.String, Value = ListFormTypeEnum.List, CustomValueType = FieldCustomValueTypeEnum.Value },
|
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 },
|
new() { FieldName = "InsertServiceAddress", FieldDbType = DbType.String, Value = "list-form-data/insert", CustomValueType = FieldCustomValueTypeEnum.Value },
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue