From 7bdcb8cf5f54b7d1234fe8d8f39949ec17e33a66 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 26 Jun 2026 14:36:25 +0800 Subject: [PATCH] bugfix --- json/product_list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/product_list.json b/json/product_list.json index bf11233..21405fd 100644 --- a/json/product_list.json +++ b/json/product_list.json @@ -37,7 +37,7 @@ } } }, - "editexclouded": ["created_by", "created_at", "updated_at", "org_id"], + "editexclouded": ["id", "created_by", "created_at", "updated_at", "org_id"], "editable": { "new_data_url": "{{entire_url('../api/product_create.dspy')}}", "update_data_url": "{{entire_url('../api/product_update.dspy')}}",