jaxio / celerio-angular-quickstart

Generate an Angular 5 CRUD application from an existing database schema (we provide a sample one)
Apache License 2.0
481 stars 138 forks source link

Audit log not working #76

Open sourdoth opened 5 years ago

sourdoth commented 5 years ago

hi, when i generate, celerio detect convention for audit_log in my template ($entity.isAuditLog() = true) but not generate the code for save event in database.

help me please! thanks.