Genel seeder düzenlemesi
This commit is contained in:
parent
48d5f06752
commit
c3a1fe8790
2 changed files with 8 additions and 8 deletions
|
|
@ -43769,7 +43769,7 @@ public class ListFormSeeder : IDataSeedContributor, ITransientDependency
|
|||
{
|
||||
Title = "Material Type Form",
|
||||
Width = 500,
|
||||
Height = 250
|
||||
Height = 350
|
||||
},
|
||||
AllowDeleting = true,
|
||||
AllowAdding = true,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue