* Describe the bug
When adding an iframe block to a record popup, a “No Permissions” error occurs upon render of the iframe popup when a user’s role does not have “Allows to configure interface” checked
* Environment
Nocobase v2.1.11
PostgreSQL 17
Ubuntu Server 26.04 LTS, all running in a docker container with nocobase/nocobase:latest image.
* How To Reproduce
Create a new iframe block on a record popup, select HTML mode. Place some simple html code (ie.
Test123
). Log on as a user without “Allows to configure interface” permissions. Try launching poup with iframe block, and you will receive a “No Permissions” error, and content is not displayed.Expected behavior
I’m expecting HTML Mode content in an iframe block to be displayed to a user without “Allows to configure interface” permissions.