Activities of "gilina.mcbride"

  • ABP Framework version: v7.3.0
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Problem:

We have a few entities that have nested objects. For example Processing Configuration entity has Payment settings object: public PaymentSettings PaymentSettings { get; set; } = new PaymentSettings(); However these are not separate tables in the database. The properties are on the processing configuration table as processingConfiguration.paymentSettings.FieldName. The issue we're having is that when we do audit logging for the entity, if we change a property that is in a nested object it isn't logging properly (see screenshot). It sees there is a change/update, but not what property has been changed or any other information. Is there a work around for this issue?

  • ABP Framework version: v8.1.1 tested - using 7.3.0 for application
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Issue:
    • If a user is marked to force password change on the next log in when they log in even if the wrong password is entered it still takes them to the password change page rather than saying their username or password is incorrect first.
  • Steps to reproduce the issue:
    • Mark user as force password change and then log out. Log in as that user with the incorrect password and you will still be taken to the change password page. This is happening in our application and a new abp app I created from scratch with the latest version to test. See gif attached logging in with an incorrect password.
Showing 1 to 2 of 2 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13