diff --git a/api/src/Kurs.Platform.DbMigrator/Seeds/ListFormSeeder.cs b/api/src/Kurs.Platform.DbMigrator/Seeds/ListFormSeeder.cs index 08c277e2..bf6db0ee 100644 --- a/api/src/Kurs.Platform.DbMigrator/Seeds/ListFormSeeder.cs +++ b/api/src/Kurs.Platform.DbMigrator/Seeds/ListFormSeeder.cs @@ -43769,7 +43769,7 @@ public class ListFormSeeder : IDataSeedContributor, ITransientDependency { Title = "Material Type Form", Width = 500, - Height = 250 + Height = 350 }, AllowDeleting = true, AllowAdding = true, diff --git a/api/src/Kurs.Platform.EntityFrameworkCore/Tenants/Seeds/TenantData.json b/api/src/Kurs.Platform.EntityFrameworkCore/Tenants/Seeds/TenantData.json index b797784f..3b7c1e29 100644 --- a/api/src/Kurs.Platform.EntityFrameworkCore/Tenants/Seeds/TenantData.json +++ b/api/src/Kurs.Platform.EntityFrameworkCore/Tenants/Seeds/TenantData.json @@ -4244,17 +4244,17 @@ "description": "Yağlar, solventler ve diğer kimyasallar.", "isActive": true }, - { - "code": "YARI-MAMUL", - "name": "Yarı Mamuller", - "parentGroupCode": "METAL", - "isActive": true - }, { "code": "MAMUL", "name": "Mamuller", "parentGroupCode": "METAL", "isActive": true - } + }, +{ + "code": "YARI-MAMUL", + "name": "Yarı Mamuller", + "parentGroupCode": "MAMUL", + "isActive": true + } ] }