Open Closed

gdpr prop contribute #5993


User avatar
0
linhhn@arius.vn created

In the gdpr screen, I want to change the display of prop but the lazy function of GdprModule is not accepting config parameters. Is that a bug? Please help me see if there is any other way to change the display of the prop

export declare class GdprModule {
    static forChild(options?: GdprConfigOptions): ModuleWithProviders<GdprModule>;
    static forLazy(): NgModuleFactory<GdprModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<GdprModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<GdprModule, [typeof i1.GdprComponent, typeof i2.GdprActionColumnComponent, typeof i3.RequestPersonalDataToolbarActionComponent], [typeof i4.CoreModule, typeof i5.ThemeSharedModule, typeof i6.GdprRoutingModule, typeof i7.UiExtensionsModule, typeof i8.PageModule, typeof i9.NgbTooltipModule], [typeof i1.GdprComponent, typeof i2.GdprActionColumnComponent, typeof i3.RequestPersonalDataToolbarActionComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<GdprModule>;
}
  • ABP Framework version: v7.4.0
  • 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 Answer(s)
  • User Avatar
    0
    mahmut.gundogdu created

    Yes, It was changed in v7.4. The doc updated but, There was a problem in the pipeline, It couldn't published yet. You can check the doc directly the link. https://docs.abp.io/en/commercial/latest/migration-guides/v7_4

    I have refunded your credit.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11