• 首页
  • 产品中心
    • 数式Oinone四大产品

      低代码开发平台无代码开发平台集成开发平台AI大模型开发
    • 数式Oinone体系能力

      用户与组织权限管理文件管理消息中心国际化业务审计
    • 数式Oinone核心产品特性

      低无一体面向软件公司场景无限制应用级扩容可分可合
  • 服务中心
    • 客户服务

      预约演示方案咨询私有部署找人定制
    • 开发者

      问答下载
    • Oinone学院

      社区学习

    《精讲面向软件公司的低代码平台——以Oinone为例》

  • 合作伙伴
    渠道申请伙伴名录专家库
  • 关于数式
0571-88757863

Runtime:Troubleshooting "No Permission" Errors in Navigation Actions


I. Scenario Description

A navigation action with a configured loading function fails with a "No permission to perform this operation" error when clicked.

II. Root Cause Analysis

Despite assigning all necessary action permissions, the error persists. This is likely due to missing permissions for the loading function itself.

III. Troubleshooting Steps

In versions 5.0.X and above, permission checks rely on the path parameter within the request payload's variables. This path is derived from the hierarchical menu names. The error occurs when the loading function's permission is not configured under the relevant path.

Solution 1: Popup or Drawer Navigation

If the target page opens in a popup or drawer:

  • The path remains the same as the parent page.
  • Action Steps:
    1. Configure the loading function on the parent table page (set it to hidden).
    2. Assign the corresponding action permission in the权限 management system.

Solution 2: New Window Navigation

If the target page opens in a new window:

  • The path changes to the new window's menu path.
  • Action Steps:
    1. Configure the loading function on the target page (set it to hidden).
    2. Assign the corresponding action permission under the new window's path.

Solution 3: Bypass Permission Checks

For scenarios where:

  • The loading function does not require page interaction, or
  • The page and function belong to different models

Action Steps: Convert the loading function to a Function type to bypass permission validation.

Edit this page
Last Updated:6/20/25, 11:40 AM
Prev
Runtime:Unable to Select Models in Interface Designer
Next
Runtime:Context Parameters Configured but Values Not Passed to Redirected Page
默认页脚
Copyright © 2026 Mr.Hope