-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 [Bug]: 编辑器新建区块,不选择‘区块分类’,编辑保存后,无法在编辑器的‘区块管理’查看新保存的区块 #867
Comments
Title: 🐛 [Bug]: When creating a new block in the editor, do not select ‘Block Classification’. After editing and saving, the newly saved block cannot be viewed in the ‘Block Management’ of the editor. |
您好,麻烦确认下,新建区块不选择分类保存之后。打开区块管理插件,此时接口 |
Hello, please confirm that when creating a new block, do not select a category before saving it. Open the block management plug-in. Are there any newly created blocks in the results returned by the interface |
查看 /material-center/api/blocks?appId=918 接口返回的区块中并没有最新添加的区块,我已经将webservice代码版本更新到git的最新版本,但tiny-engine和data-center的代码是9月20日左右时候的代码版本。我准备尝试将tiny-engine和data-center的代码也更新一下,以确认是不是版本问题 |
Check /material-center/api/blocks?appId=918. There are no newly added blocks in the blocks returned by the interface. I have updated the webservice code version to the latest version of git, but the code of tiny-engine and data-center This is the code version around September 20th. I am going to try to update the code of tiny-engine and data-center to confirm whether it is a version problem. |
You can confirm whether the added block is correctly associated with the 918 application. @lu-yg Can you see if this issue can be reproduced? |
Environment
edge 130,win10 22H2,node 18.20.3
Version
node 18.20.3,MySQL 8.4.0
Version
当前使用的提交历史版本 8507b65
Link to minimal reproduction
切换区块管理,点击新建区块,填入区块名称、区块id后,点击确定
拖动文本组件,修改文本显示内容,点击保存按钮
提示新建区块成功
数据库中已有新区块Test11Comp
Step to reproduce
刷新页面,重新加载区块信息,无刚刚保存的Test11Comp区块
新建区块Test12Comp
编辑保存Test12Comp
刷新页面重新请求区块数据后,能看到新建的Test12Comp
What is expected
如果区块分类不是必填,希望新建区块时,填入区块名称、区块id后,点确定后编辑的区块,在保存后可以在区块管理中显示。
如果区块分类是必填,希望新建区块没有填入区块分类时,提示必填区块分类。
What is actually happening
新建区块时不选择区块分类,保存存入数据库后,不能在区块管理中显示。
What is your project name
tiny-engine
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: