为什么我的列表没有显示在 Orchard 中?

发布于 2025-01-04 12:17:38 字数 550 浏览 1 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

┾廆蒐ゝ 2025-01-11 12:17:38

创建一个新网站解决了我的问题。

在我的调试站点上,我可以通过更改列表排序顺序来解决该问题,但在我的真实站点上却不行。

我在这里提交了一个错误: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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文