Marshal Wu

Results 7 issues of Marshal Wu

## Describe the bug 多对多情况下自定义弹窗创建对端实体对象,无法建立关联关系 ## Version Version 0.7.4-alpha.1 ## How To Reproduce 实体 `新闻热点` 和 `创意` 是多对多关系(下面有截图),未定义中间表(由系统自动生成)。 在 `新闻热点` 列表页,行操作,自定义打开弹窗,创建新的 `创意` 无法和当前行 `新闻热点` 关联。 有关设置见下面录屏: ![Kapture 2022-08-09 at 18...

使用版本分支是:nocobase_next 通过界面创建了一个名为 `customers` 的 collection: ![image](https://user-images.githubusercontent.com/931976/164215229-bbeab866-9c83-4113-afcb-352b53acec04.png) 有一个名为 `email` 的字段,需要做邮件格式校验,在界面添加是有校验的,但如果用 api 形式调用发现服务器端目前还没有做校验。 ```bash # 登录 TOKEN=$(curl -s --location --request POST 'http://localhost:3000/api/users:signin' \ --header 'Content-Type: application/json' \ --data-raw '{ "email":"[email protected]", "password":"admin123" }'...

**Is your feature request related to a problem? Please describe.** 使用的分支是:main 目前默认有5个 availableActions(create/export/list/update/destroy) 还可以在服务器端自定义action,比如 products (resource) 中增加一个名为`sync`的action用于和第三方系统同步 但是界面acl方面的功能目前还不能实现: ![image](https://user-images.githubusercontent.com/931976/167834525-44bf1e85-0fdf-498d-a58d-4ac545abc1a5.png) 因为界面端获取 `availableActions` 使用的服务器端接口只能得到全局的数据,没有针对具体 resource 自定义的 action: https://github.com/nocobase/nocobase/blob/45d03d3ca5f0f5eb20a440394708ec3a12b715f7/packages/core/acl/src/acl.ts#L146-L148 这方面有计划实现么? **Describe the solution...

enhancement

## Describe the bug 在 drawer 中的详情区块自定义更新数据时,多对多关联字段存在问题。 ## Version NocoBase version: `Version 0.7.4-alpha.7` ## How To Reproduce 步骤见录屏: ![Kapture 2022-08-30 at 21 14 44](https://user-images.githubusercontent.com/931976/187446399-ad95f3be-8e2d-48ca-99ec-fbff5939623c.gif) 说明: - 表 `栏目` 和 `用户`...

bug

## Describe the bug docker compose down 耗时过久,大约要1分钟 ## Version docker镜像,nocobase/nocobase:main ## How To Reproduce ```bash # 使用 sqlite docker compose cd docker/app-sqlite docker compose up -d # nocobase 正常运行后...

**问题描述 / Problem Description** v0.2.10 版本添加到向量库的条目显示可能有问题。 markdown 文件,上传和添加到知识库都没有报错。 可以正常在知识库问答模式下匹配结果。 问题出在显示上: ![image](https://github.com/chatchat-space/Langchain-Chatchat/assets/931976/73ac378b-0e46-4065-9211-88e78f7ac0c7) 以前版本这里都是✅。 **环境信息 / Environment Information** - langchain-ChatGLM 版本/commit 号:(例如:v0.2.10) - 是否使用 Docker 部署(是/否):是 - 使用的模型:ChatGLM3-6B - 使用的 Embedding 模型(moka-ai/m3e-base...

bug

Now using node v5.4.1 (npm v3.3.12) when run npm install: npm ERR! [email protected] install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install...