mirror of https://github.com/abpframework/abp.git
Browse Source
Add support and documentation for a new interceptor type, Replace, which runs JavaScript instead of the default DB operation. Updates made across low-code docs: - docs/en/low-code/interceptors.md: Document Replace semantics for Create/Update/Delete, add examples and model.json/type notes. - docs/en/low-code/fluent-api.md: Expand AddInterceptor docs to list allowed name/type values and note Replace behavior; small attribute call-site change (DynamicPropertySetByClients(false)). - docs/en/low-code/index.md: Simplify Getting Started by removing the package table and renumbering steps (register assembly, configure DbContext, define entity, add migration). - docs/en/low-code/scripting-api.md: Remove db.getList entry from the scripting API table. These changes clarify interceptor capabilities (Pre/Post/Replace) and streamline the quickstart instructions.pull/25021/head
4 changed files with 28 additions and 42 deletions
Loading…
Reference in new issue