Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TCA 提供了使用displayCond. 例如HIDE_FOR_NON_ADMINS,只允许为管理员显示字段,但是有没有办法只为它的创建者显示给定的字段,由cruser_id字段决定?
displayCond
HIDE_FOR_NON_ADMINS
cruser_id
不是开箱即用。您可以连接到 TCEMAIN (DataHandler) 或 TCEFORM (FormEngine) 来归档它。
但是,您可以使用访问权限并将权限设置为仅显示给定后端用户的页面(存储文件夹)。查看访问模块。