Open Closed

Angular GDPR source code errors #8459


User avatar
0
Bryan-EDV created
  • ABP Framework version: v8.3
  • UI Type: Angular / MVC
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi i've downloaded the angular gdpr source code using abp get-source Volo.Abp.Gdpr

However am facing some issues on the extensions.resolver.ts file

Please advise


7 Answer(s)
  • User Avatar
    0
    sumeyye.kurtulus created
    Support Team Angular Expert

    Hello, this part has been refactored and fixed in the next version being 9.0 with this PR https://github.com/abpframework/abp/pull/21197

  • User Avatar
    0
    Bryan-EDV created

    Hello, this part has been refactored and fixed in the next version being 9.0 with this PR https://github.com/abpframework/abp/pull/21197

    Thanks for the reply, so when is the refactored version available on the abp cli?

  • User Avatar
    0
    sumeyye.kurtulus created
    Support Team Angular Expert

    This part should be working the same for the cli as well. Can you please share the related package.json that has been generated for the gdpr project? May I also know your cli version?

  • User Avatar
    0
    Bryan-EDV created

    This part should be working the same for the cli as well. Can you please share the related package.json that has been generated for the gdpr project? May I also know your cli version?

    My main project is on abp 8.x.x. Maybe that's why. Is there a way to download the old gdpr versions?

    I'm on ABP CLI 8.3.2

    this is the package.json for the code generated: { "name": "@volo/abp.ng.gdpr", "version": "9.0.1", "dependencies": { "@abp/ng.components": "~9.0.1", "@abp/ng.theme.shared": "~9.0.1", "@volo/abp.commercial.ng.ui": "^9.0.1", "tslib": "^2.3.0" }, "publishConfig": { "access": "public" }, "homepage": "https://abp.io", "repository": { "type": "git", "url": "https://github.com/volosoft/volo.git" }, "license": "LGPL-3.0", "keywords": [ "aspnetcore", "boilerplate", "framework", "web", "best-practices", "angular", "maui", "blazor", "mvc", "csharp", "webapp" ] }

  • User Avatar
    0
    sumeyye.kurtulus created
    Support Team Angular Expert

    Thank you for providing more details. As mentioned in the documentation, you can specify the version for this case https://abp.io/docs/latest/CLI#get-source

  • User Avatar
    0
    Bryan-EDV created

    Thank you for providing more details. As mentioned in the documentation, you can specify the version for this case https://abp.io/docs/latest/CLI#get-source

    Hello, I tried to download v8.3.0 but am getting an error

    abp get-source Volo.Abp.Gdpr --version 8.3.0

  • User Avatar
    0
    sumeyye.kurtulus created
    Support Team Angular Expert

    Thank you for providing the related screenshot, and I will consult my teammates about this problem. I also see that you have been using the old CLI for managing this action, so I can suggest you to use the new one until then https://abp.io/docs/latest/cli/differences-between-old-and-new-cli

Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09