Vote #81002
未完了Tags "updated" in issues atom are "created on"
0%
説明
There are updated tags in the Atom of issues list.
However, the created on is exported.
I have attached a patch to fix this.
journals
This issue is reported in following Japanese forum.
https://groups.google.com/forum/#!topic/redmine-users-ja/wb78I8uVJEY
--------------------------------------------------------------------------------
I'm sorry, attachment:"patch.diff" breaks Redmine rake test.
It breaks activity view items.
Please reject the patch.
--------------------------------------------------------------------------------
I think this problem only affects the atom of issues list.
There are **updated** tags created by **issue.event_datetime**.
But **issue.event_datetime** is **created_on**.
I think you need to use **updated_on** for the atom of issue list.
I re-create the patches for this issue.
In the first pattern, **issue_controller** overwrites **issue.event_datetime** between atom exports.
The second pattern, **application_controller.rb** and **common/feed.atom.builder**, adds the code for the problem list atom.
Both work, but I don't think it's clean code.
I'll attach both patches in the hope that it will help you think about better code.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Admin Redmine さんが3年以上前に更新
- カテゴリ を Feeds_18 にセット
- 対象バージョン を Candidate for next major release_32 にセット