如何在中添加自定义操作发电机.yml指向与当前不同模块中的操作。换句话说,我期待着下面这样的事情。
// snippet from apps/backend/modules/users/config/generator.yml edit: title: User details display: [city, state, country, zip, phone, sms, email] actions: _save: { label: Save } _listProfile: { label: List Profiles, action: listProfiles, module: profile }
列表配置文件 行动是生活的一部分 轮廓 模块中generator.yml 属于 用户 模块。以上这些对我不起作用。
我认为那是不可能的。但是您应该能够创建一个自定义操作 forward or redirect to the other action