Conversation
add delete and deleteAndFlush for eruptDao
This file contains hidden or 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.
🐞 修复EruptEditEvent传递修改前数据对象时,数据内容不准确的bug
🐞 修复refreshTime自动刷新时每次都会回到第一页的bug
🧩 移除导航栏多余的首页导航标记
🧩 @view→@tpl 注解支持通过抽屉方式打开
🧩 lambdaQuery支持链式调用执行delete方法,感谢luoben137贡献的代码 #314
🧩 前端暴漏全局函数window.safeHtml接收html作为参数,转换为angular可渲染的标签,用于自定义前端组件
🧩 eruptSiteConfig.title支持配置空字符串,如果为空字符串则会隐藏浏览器导航栏标题后缀,页面仅显示图标
🧩 表格宽度支持会按照语言自动缩放,确保在葡萄牙语,法语等场景表格展示足够美观
🧩 简化HyperMode.java与MetaModel.java的继承层级,避免多层级字段一样导致序列化错误的问题
🧩 如果对象继承自MetaModel时,eruptDao.persist 与 eruptDao.merge可实现人和时间字段自动填充
🧩 Excel模板导出时Choice组件下拉项支持全量渲染(解决下拉列表最多255的限制)
🌟 新增德语、葡萄牙语、印尼语、阿拉伯语支持
🌟 数据库注释信息支持多语言生成(仅首次运行时生效)
🌟 新增Markdown组件的支持,感谢ssdlm_aifast贡献的代码#12