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',