From b8a6970eaf880b2e1cd57af89aef921ac3e24e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96zt=C3=BCrk?= Date: Sun, 4 Jan 2026 21:14:11 +0300 Subject: [PATCH] =?UTF-8?q?Grid=20Animasyon=20kald=C4=B1r=C4=B1ld=C4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Tenants/Seeds/TenantData.json | 2 +- ui/src/views/list/Grid.tsx | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/api/src/Erp.Platform.EntityFrameworkCore/Tenants/Seeds/TenantData.json b/api/src/Erp.Platform.EntityFrameworkCore/Tenants/Seeds/TenantData.json index fc48b236..f9f9afd9 100644 --- a/api/src/Erp.Platform.EntityFrameworkCore/Tenants/Seeds/TenantData.json +++ b/api/src/Erp.Platform.EntityFrameworkCore/Tenants/Seeds/TenantData.json @@ -63,7 +63,7 @@ "Url": "/dil/", "Method": "GET", "DataSourceCode": "Default", - "Sql": "SELECT * FROM P_P_Language WHERE IsEnabled = @IsEnabled AND CultureName = @CultureName", + "Sql": "SELECT * FROM Plat_H_Language WHERE IsEnabled = @IsEnabled AND CultureName = @CultureName", "ParametersJson": [ { "Type": "P", diff --git a/ui/src/views/list/Grid.tsx b/ui/src/views/list/Grid.tsx index b61d9920..3e3fd96a 100644 --- a/ui/src/views/list/Grid.tsx +++ b/ui/src/views/list/Grid.tsx @@ -942,10 +942,6 @@ const Grid = (props: GridProps) => { height: gridDto.gridOptions.editingOptionDto?.popup?.height, resizeEnabled: gridDto.gridOptions.editingOptionDto?.popup?.resizeEnabled, fullScreen: isPopupFullScreen, - animation: { - show: { type: 'fade', duration: 0 }, - hide: { type: 'fade', duration: 0 }, - }, toolbarItems: [ { widget: 'dxButton',