loopback4-audit-log icon indicating copy to clipboard operation
loopback4-audit-log copied to clipboard

Make model and repository customizable

Open mrbatista opened this issue 1 month ago • 2 comments

When update to latest version is not possible to use custom repository. download a simple repo that reproduce that problem

Make AuditLog model and AuditLogRepository customizable. The latest version add some dependencies and logic that not make library generic:

  • @sourcefuse/core dependency is out of scope of this library
  • @loopback/sequelize dependency is out of scope of this library
  • export a AuditLog model with tenantId property required

mrbatista avatar May 17 '24 08:05 mrbatista