Browse Source
Merge in DESIGN/design from fbp/release to fbp/feature * commit 'd289c2953d001bf41311635d0e6483d6aa4c4cd9': REPORT-133096 fix: 模版数据集的限制预览漏了 REPORT-133032 【fr-fbp回归】模板数据集-点击预览或展开数据集报错 REPORT-133032 【fr-fbp回归】模板数据集-点击预览或展开数据集报错 REPORT-132950 - 【fr-fbp回归】236环境最新的镜像,数据连接编辑、删除等操作后保存报错NPE REPORT-132496 【fr-fbp回归】远程下预览数据集报错 REPORT-132873 【fr-fbp回归】fbp工程,数据连接驱动检测异常 REPORT-132511 & REPORT-131838 & REPORT-132461 & REPORT-132341 & REPORT-131797 & REPORT-132386 & REPORT-132359 & REPORT-132268 & REPORT-132234 & REPORT-132341【newUI】fix:fr-fbp回归及国际化问题修复 REPORT-132184 & REPORT-132446 fix:问题修复 REPORT-130733 【FBP数据源】fbp设计器新建数据连接,选择不到手动上传的驱动 REPORT-132762 【fr-fbp回归】强制解锁模板后,原锁定用户保存模板,保存失败 REPORT-132662 适配通知中心 代码规范 拖拽条最大值标签不显示问题修复 cancelbutton去除size fbp国际化控件增强 REPORT-132662 适配通知中心 fbp国际化 无JIRA任务 改了前端bug,更新一波jsfbp/feature
68 changed files with 421 additions and 293 deletions
File diff suppressed because one or more lines are too long
@ -0,0 +1,19 @@
|
||||
package com.fanruan.config; |
||||
|
||||
import com.fr.base.email.EmailCenter; |
||||
import com.fr.workspace.server.repository.config.BaseConfigSource; |
||||
|
||||
/** |
||||
* 本地配置资源 |
||||
* |
||||
* @author Destiny.Lin |
||||
* @since 11.0 |
||||
* Created on 2024/8/29 |
||||
*/ |
||||
public class LocalConfigSource extends BaseConfigSource { |
||||
|
||||
@Override |
||||
public boolean isEmailConfigValid() { |
||||
return EmailCenter.isEmailConfigValid(); |
||||
} |
||||
} |
Loading…
Reference in new issue