Skip to content
New issue

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

[重新提交] 如果info页面完全使用自定义plugin,detail页面使用官方plugin,那么删除记录后,应该跳回到自定义页面 #310

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

hb1707
Copy link

@hb1707 hb1707 commented Aug 15, 2020

此merge实现的功能说明,操作流程如下:

  1. 进入自定义模块列表页:/admin/plugin/business(项目已提供支持)
  2. 点击查看按钮进入官方模块详情页:/admin/info/business/detail (项目已提供支持)
  3. 操作新增,编辑,删除后应该回到自定义的/admin/plugin/business,而不是回到官方的/admin/info/business(未提供完整支持)

目前新增和编辑,已经可以通过使用form.SetResponder()方法来变相实现以上需求,但是删除没有发现方法实现,除非加js,。
建议在删除流程也增加SetResponder,或者直接采用我提交的这个commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant