Activities of "sonnn18"

Hi, I'm implementing the requirement: if the feature is false, the permission group needs to be invisible in the UI. But I can only find the RequiredFeatures Option for the permission level, not the group level. Any idea how I can implement it?

  • ABP Framework version: v4.4
  • 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:"
Question
  • ABP Framework version: v4.3.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: Execute requires the command to have a transaction object when the connection assigned to the command is in a pending local transaction. The Transaction property of the command has not been initialized.
  • SqliteConnection does not support nested transactions.
  • Execute requires the command to have a transaction object when the connection assigned to the command is in a pending local transaction. The Transaction property of the command has not been initialized.
  • Steps to reproduce the issue: When run all of the unit test cases, some of the unit tests failed because of those exception above. The transact ion behavior already disabled.

Answer

Hi, The above thread is resolved the nested transaction issue, However, I still receive a exception below:

  • The transaction object is not associated with the same connection object as this command

The issue above only happened when I run all unit test cases when running a single test case then it passed.

Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11