1、模板和数据源查询过滤修复,超管可看的内容和普通用户相同,但是可以通过组织树看其他组织;2、打印和文件下载同步租户优化;3、ureport-core包同步(修复页眉页脚保存、开源项目bug修复同步);

This commit is contained in:
gaoqr
2024-11-20 10:48:39 +08:00
parent df51d733d5
commit ca0acb5896
8 changed files with 75 additions and 30 deletions
@@ -14,6 +14,7 @@ public final class ErrorCodeConstants {
public static final ErrorCode TEMPLATE_NOT_EXISTS = new ErrorCode(1_003_001_001, "报表模板信息不存在");
public static final ErrorCode TEMPLATE_BUILDIN_OPERATION_PERMISSION_ERROR = new ErrorCode(1_003_001_002, "内置模板操作权限不足");
public static final ErrorCode TEMPLATE_NAME_UNIQE_ERROR = new ErrorCode(1_003_001_003, "模板名【{}】已存在,请编辑模板名后重试");
public static final ErrorCode TEMPLATE_PREIVEW_QUERYPARAM_EMPTY = new ErrorCode(1_003_001_004, "查询参数不能为空:{}");
// ========== UREPORT datasource模块 1-003-002-000 ==========