أنشطة "linhhn@arius.vn"

سؤال

I tried installing the file management module. However, an error occurred and the file could not be uploaded. Before updating to version 7.2.2, I didn't get this error. ABP demo also got error. https://commercial-demo.abp.io/file-management

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core / MySQL
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
إجابة

Hello, Same question is also opened here we'll fix this with the next version I'm Refunded your credit

Best regards

Thanks. When will the next version be released?

I want to hide the Appearance settings Please show me how to customize with ABP LeptonX

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

I want to make multiple routes have the same menu active Please show me how to customize using LeptonX

Eg: /project /project/add /project/:id

only Project menu active for 3 routes

  • ABP Framework version: v7.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
سؤال

I want to create field json type but abp suite doesn't support so used longtext type. Also, the json structure is not fixed. How to modify from longtext type to json type and can CRUD with json type.

  • ABP Framework version: v7.3.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
  • ABP Framework version: v7.3.2
  • UI Type: Angular
  • Database System: EF Core MySQL
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I have added extra properties for users according to the document below https://docs.abp.io/en/abp/latest/UI/Angular/Dynamic-Form-Extensions

However, in the account management screen, extra properties cannot be translated How can we fix this problem?

إجابة
import { EditFormPropContributorCallback, EntityActionContributorCallback, EntityPropContributorCallback, ToolbarActionContributorCallback } from '@abp/ng.theme.shared/extensions';
import { eAccountComponents } from '../enums/components';
import { IdentitySecurityLogDto } from '@volo/abp.commercial.ng.ui/config';
import { ProfileDto } from '@volo/abp.ng.account/public/proxy';
export type AccountEntityActionContributors = Partial<{
    [eAccountComponents.MySecurityLogs]: EntityActionContributorCallback<IdentitySecurityLogDto>[];
}>;
export type AccountToolbarActionContributors = Partial<{
    [eAccountComponents.MySecurityLogs]: ToolbarActionContributorCallback<IdentitySecurityLogDto[]>[];
}>;
export type AccountEntityPropContributors = Partial<{
    [eAccountComponents.MySecurityLogs]: EntityPropContributorCallback<IdentitySecurityLogDto>[];
}>;
export type AccountEditFormPropContributors = Partial<{
    [eAccountComponents.PersonalSettings]: EditFormPropContributorCallback<ProfileDto>[];
}>;
export interface AccountConfigOptions {
    redirectUrl?: string;
    entityActionContributors?: AccountEntityActionContributors;
    toolbarActionContributors?: AccountToolbarActionContributors;
    entityPropContributors?: AccountEntityPropContributors;
    isPersonalSettingsChangedConfirmationActive?: boolean;
}

@volo\abp.ng.account\public\models\config-options.d.ts In config options I am seeing AccountEditFormPropContributors not being used

https://github.com/abpframework/abp/issues/16628 The timezone setting feature seems to be available in version 7.4-preview However, is there support for angularUI yet?

  • ABP Framework version: v7.4-preview
  • UI Type: Angular
  • Database System: EF Core MySQL
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I have updated version 7.4-rc4 but still do not see AngularUI has a timezone setting screen Is 7.4 final going to be implemented? And can you tell me the release date of 7.4 final?

After updating version from 7.3.2 to 7.4.0-rc.4, the following error occurs. I deleted node_modules and yarn.lock and ran yarn but there was still an error so I think it's not due to the cache

NullInjectorError: R3InjectorError(AppModule)[ApplicationInitStatus -> InjectionToken Application Initializer -> [object Object] -> ProfilePictureService -> RestService -> InjectionToken CORE_OPTIONS -> InjectionToken CORE_OPTIONS]: 
  NullInjectorError: No provider for InjectionToken CORE_OPTIONS!
    at NullInjector.get (core.mjs:8755:27)
    at R3Injector.get (core.mjs:9184:33)
    at R3Injector.get (core.mjs:9184:33)
    at injectInjectorOnly (core.mjs:651:33)
    at Module.ɵɵinject (core.mjs:655:60)
    at Object._class7_Factory [as factory] (abp-ng.core.mjs:60:84)
    at R3Injector.hydrate (core.mjs:9285:35)
    at R3Injector.get (core.mjs:9173:33)
    at injectInjectorOnly (core.mjs:651:33)
    at Module.ɵɵinject (core.mjs:655:60)
  • ABP Framework version: v7.4.0-rc.4
  • UI Type: Angular
  • Database System: EF Core MySQL
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
عرض 1 الي 10 من 15 إدخالات
Made with ❤️ on ABP v8.2.0-preview Updated on مارس 25, 2024, 15:11