为什么我的列表没有显示在 Orchard 中?
在 Orchard 1.3.10 中,当我创建列表时,它会被分配一个永久链接,例如 /people。当我将一个人添加到列表中并转到 /people 时,该人不会显示。我看到
当我添加一个小部件来显示人员时,该人员会显示。
我是否做错了什么,或者这个果园是否按设计运行?
使用形状跟踪模块,我在我的内容区域中看到:
<div class="zone zone-content"> <div class="content-control">
<div class="manage-actions"><a href="/Admin/Contents/Edit/41?ReturnUrl=%2Fpeople">Edit</a></div>
<article class="content-item list">
<header>
</header>
</article>
</div>
</div>
In Orchard 1.3.10 when I create a list it gets assigned a permalink such as /people. When I add a person to the list and go to /people the person does not display. I see
When I add a widget to display people the person displays.
Am I doing something wrong, or is this Orchard working as designed?
Using the shape tracing module I see this In my content zone:
<div class="zone zone-content"> <div class="content-control">
<div class="manage-actions"><a href="/Admin/Contents/Edit/41?ReturnUrl=%2Fpeople">Edit</a></div>
<article class="content-item list">
<header>
</header>
</article>
</div>
</div>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个新网站解决了我的问题。
在我的调试站点上,我可以通过更改列表排序顺序来解决该问题,但在我的真实站点上却不行。
我在这里提交了一个错误:http://orchard.codeplex.com/workitem/18421
Creating a new site fixed my issue.
On my debug site I'm able to work around the issue by changing my list sort order, but not on my real site.
I filed a bug here: http://orchard.codeplex.com/workitem/18421