-
**Describe the bug**
Se imposto una property di un modello a null, questo può far fallire la chiamata in quanto la property, anche se impostata a null, viene flaggata come "da serializzare" e inclusa…
-
-- Insert dữ liệu phân quyền dữ liệu theo người dùng -- Insert tất cả các đơn vị trực thuộc và nếu đơn vị hiện tại là đơn vị lưỡng tính thì thêm chính đơn vị đó DELETE sc_user_organization FROM sc_use…
-
When creating a diagram for the following Prisma schema (via https://github.com/prisma/prisma/issues/10856#issue-1088186269) I get a "Maximum Text Size In Diagram Exceeded" instead of a real diagram:
…
-
### 🧐 问题描述
`EditableProTable` 行的`Select-request`好像有缓存。第一次进页面会发送api请求,第二次进会使用上一次请求的数据,调式网络看没有发送请求。
以为是umi-request的缓存问题,尝试在`request`加随机参数,加`useCache: false`都没用。通过日志打印发现是列属性的request没有调用api请求方法。
**…
-
**Describe the bug**
When creating a new invoice, on the Entity inside the IssuedDocument email and phone are setted, but they are lost after createIssuedDocument method in IssuedDocumentsApi is invo…
-
Hi! I trying to figure out how to update TaxCodes on an order. The TaxCode is on each Document Line. How would I PATCH each Line item?
I understand updating top level:
var updateOr…
-
Hi, I have a pretty large schema.prisma producing a generated zod file ~4MB. This is causing the building/bundling process take way too long. In some instances it hangs for several minutes. Firstly, h…
-
We are mapping items to tax codes within AvaTax portal only. Therefore, in our API it is necessary to omit tax codes and supply item codes ONLY, according to our Avalara sr. project consultant. Howeve…
-
### Bug description
On upgrading to Prisma version 5.0.0, the typescript types for the `select` field of a `Prisma.UpsertArgs` datatype is no longer compatible with the actual `upsert` function for…
-
## Issue Description
The checks for shipping restrictions based on an item's properties only work top for level properties such as price. An attribute deny rule that uses the property "weight", as me…