Starts in:
2 DAYS
20 HRS
0 MIN
24 SEC
Starts in:
2 D
20 H
0 M
24 S

Activities of "Chris"

Hi Support, I'm creating a build pipeline which should create artifacts to deploy to my staging and production environments. It's failing to restore the client side libraries. The appsettings.secrets.json which has the abp license code included. What else do I need to add to my pipeline to build an Abp project which uses commercial modules?

  • ABP Framework version: v8.3.1
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:

[23:32:38 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli Checking extensions... [23:32:39 INF] Found 1 projects. [23:32:39 INF] D:\VSTSAgent_work\560\s\src[Redacted].Web [23:32:40 INF] Running Yarn on D:\VSTSAgent_work\560\s\src[Redacted].Web yarn install v1.22.4 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... ##[error]warning "@volo/language-management > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/bootstrap > bootstrap@5.3.3" has unmet peer dependency "@popperjs/core@^2.11.8". warning "@volo/language-management > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/jquery-validation-unobtrusive > @abp/jquery-validation > jquery-validation@1.21.0" has unmet peer dependency "jquery@^1.7 || ^2.0 || ^3.1". [4/4] Building fresh packages...

  • Steps to reproduce the issue: I've restored the solution and installed the abp cli I'm running the following task in my build pipeline:
  • task: PowerShell@2 displayName: 'Restore Client Side Libraries' inputs: targetType: inline script: | abp install-libs failOnStderr: true
  • ABP Framework version: v8.0.5
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: N/A
  • Steps to reproduce the issue: N/A

My aim is to add process documentation to my admin site, I would like the creation of the content to be end user driven. As this page content will be commercially sensitive only authorized users should be able to view the documentation.

I've added the CMS Kit module to my admin site and I've enabled the Pages and Menus features which allows for the content to be created by the end user, however I don't see anyway of making these pages private.

I would like to know if this is already possible and if so how. If it's not already possible, can you give me guidance on the best approach to having pages and menu items that are only viewable by authorized users.

Thanks Chris.

Showing 1 to 2 of 2 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06