如何在 TRAC 中添加字段截止日期?

发布于 2024-11-16 08:59:59 字数 115 浏览 3 评论 0原文

我想在 Trac 系统中为工单添加新字段“截止日期”。 我该怎么做呢?

I want to add new field "deadline" for tickets in a Trac system .
How can I do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

对岸观火 2024-11-23 08:59:59

我正在使用 Trac 开发版本 0.13dev 的修改版本,它 支持 true自定义时间字段。该版本已经在生产环境中运行了一年多,但仍然缺乏一些要求,例如单元测试,无法进入 Trac 的下一个稳定版本。至少在“主干”中之前,您必须从以下位置获取特殊修订存储库,自行修补 Trac 代码或使用 DateFieldPlugin

顺便说一句,有 CustomFieldAdminPlugin 可以帮助您为 [ticket-custom] 部分准备正确格式的条目trac.ini 。

I'm working with a modified revision of the Trac development version 0.13dev, that has support for true custom time fields. This version performs well in production for more than a year now, but still lacks some requirements like unittest to make it's way into the next stable release of Trac. Until this is at least in 'trunk' you'll have to take a special revision from the repository, patch Trac code on your own or use the DateFieldPlugin.

BTW, there is CustomFieldAdminPlugin to help you prepare properly formatted entries for [ticket-custom] section of your trac.ini .

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