-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
V2.7.2版本发布 #1853
Merged
Merged
V2.7.2版本发布 #1853
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
禁止删除有首页占用的菜单。 不允许切换至无首页的角色。 自动化代码创建失败将返回错误信息。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[x] 1.设为首页和菜单勾选互为必选
[x] 2.未设置字段类型不允许创建
[x] 3.复杂类型搜索条件入参默认变为string,查询逻辑留空,用户自己实现。
[x] 4.菜单和默认首页存在错误的角色不允许使用
[x] 5.添加方法功能将自动添加前端api.js
[x] 6.自动化代码的前端展示模板 拆分为列表、表单两部分
[x] 7.支持自动化代码json导出和json导入
[x] 8.自动化代码可勾选是否自动创建可控按钮权限,可自动生成带按钮权限控制的页面
[x] 9.从数据库创建代码,保证字段顺序为数据库内字段顺序。
[x] 10.增加package和plugin校验,防止创建无法使用的自动化代码。