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')}}",