[重新提交] 如果info页面完全使用自定义plugin,detail页面使用官方plugin,那么删除记录后,应该跳回到自定义页面 #310
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
此merge实现的功能说明,操作流程如下:
目前新增和编辑,已经可以通过使用form.SetResponder()方法来变相实现以上需求,但是删除没有发现方法实现,除非加js,。
建议在删除流程也增加SetResponder,或者直接采用我提交的这个commit