mirror of
https://github.com/aditama-labs/nest-autocrud.git
synced 2024-11-24 04:46:21 +00:00
chore: known issue editor for custom crud
This commit is contained in:
parent
3ca746548e
commit
5c083f3add
@ -84,6 +84,7 @@ export class SkeletonCRUDController implements ISkeletonCRUDController {
|
|||||||
// - Using environment variable is possible to set in the decorator and been tested but... it could lead to human error and more issue than using this which already automated and configured
|
// - Using environment variable is possible to set in the decorator and been tested but... it could lead to human error and more issue than using this which already automated and configured
|
||||||
// Known issue:
|
// Known issue:
|
||||||
// - OpenAPI ( Swagger ) cannot read any decorator inside this
|
// - OpenAPI ( Swagger ) cannot read any decorator inside this
|
||||||
|
// - Define the return using `any` will remove ability for LSP to read the result type and lead to broken autocomplete function for most of editor
|
||||||
export const CustomCRUDController = (options?: ControllerOption) => {
|
export const CustomCRUDController = (options?: ControllerOption) => {
|
||||||
const uniqueIdentifier = `${options?.uniqueIdentifier ?? 'id'}`;
|
const uniqueIdentifier = `${options?.uniqueIdentifier ?? 'id'}`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user