Actions
Bug #3885
closedEvent logs can't be saved when the Actor name is more than 64 chars long
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
No event logs are saved when the name of the user performing the action is more than 64 chars long.
This is due to a limitation we put in the eventLogs table :
principal varchar(64),
This cause a problem when using API, as we store a very long value, causing all API calls to fail ... :
We store :
REST Account: "name" (token which is very long)
If name is more than 10 characters, this is not working anymore
Updated by François ARMAND about 11 years ago
- Status changed from New to Rejected
It's a duplicate of #3883.
Actions