We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.8.1-beta
仪表盘多租户,查询和新增时无法带租户 ,但是点复制居然可以带租户,通过断点发现,查询和新增不走扩展类JmReportTokenServiceImpl但是复制会走
1.按照文档集成token 2.打开模式为saasMode: tenant 3.点击 报表设计器 发现"/jmreport/list"会进入JmReportTokenServiceImpl获取自定义租户的tenantid 4.点击 仪表盘设计器 发现""/drag/list"不会进入JmReportTokenServiceImpl 5.点击 仪表盘设计器 复制功能 会进入JmReportTokenServiceImpl
The text was updated successfully, but these errors were encountered:
sq
Sorry, something went wrong.
最新版已经修复 https://blog.csdn.net/zhangdaiscott/article/details/143369569
No branches or pull requests
版本号:
1.8.1-beta
问题描述:
仪表盘多租户,查询和新增时无法带租户 ,但是点复制居然可以带租户,通过断点发现,查询和新增不走扩展类JmReportTokenServiceImpl但是复制会走
错误日志&截图:
重现步骤:
1.按照文档集成token
2.打开模式为saasMode: tenant
3.点击 报表设计器 发现"/jmreport/list"会进入JmReportTokenServiceImpl获取自定义租户的tenantid
4.点击 仪表盘设计器 发现""/drag/list"不会进入JmReportTokenServiceImpl
5.点击 仪表盘设计器 复制功能 会进入JmReportTokenServiceImpl
The text was updated successfully, but these errors were encountered: