-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AuditLogActionConsts.MaxParametersLength is too short. #3102
Comments
@hikalkan What do you think? |
@maliming Is there any workaround to this problem now? I have a system in production that needs to be solved |
Unfortunately No. |
So sad 😢 |
You can download the audit-logging's source code and change it, then release a temporary package to solve this problem. |
Okay, it's a temporary solution. |
Is there any plan to resovle this? |
just like DbTablePrefix,can cusomize MaxParametersLength |
I will work on this in the next milestone to see if we can provide a simple way to make all such constants changeable. |
There are two main cases;
However, I will try to resolve this problem with #4139 |
abp/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/AuditLogActionConsts.cs
Line 9 in 110f015
abp/modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo/Abp/AuditLogging/AuditLogAction.cs
Line 46 in 42f37c5
In some cases it's to short, should we change it to MAX ?
The text was updated successfully, but these errors were encountered: