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
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 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
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.
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?
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)