Skip to content
代码片段 群组 项目
未验证 提交 c822df4a 编辑于 作者: Stanislav Lashmanov's avatar Stanislav Lashmanov 提交者: GitLab
浏览文件

Handle controller paths with non-existant entry points

We have the controller `profiles/keys` with the action `show`, so it
tries to load: `pages.profiles.keys.show.js` which doesn't exist. The
following entry points do exist:

   pages/profiles/keys/show/index.js <== does not exist
   pages/profiles/keys/index.js <== does exist
   pages/profiles/index.js <== does exist

So, it should have tried loading the other two, but didn't. By moving
the "backtracking" logic to the backend, we can try loading all of those
virtual entry points.
上级 0443654e
No related branches found
No related tags found
加载中
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册