Defect #33829
openTags "updated" in issues atom are "created on"
0%
Description
There are updated tags in the Atom of issues list.
However, the created on is exported.
I have attached a patch to fix this.
Files
Updated by Tatsuya Saito almost 3 years ago
This issue is reported in following Japanese forum.
https://groups.google.com/forum/#!topic/redmine-users-ja/wb78I8uVJEY
Updated by Tatsuya Saito almost 3 years ago
I'm sorry, patch.diff breaks Redmine rake test.
It breaks activity view items.
Please reject the patch.
Updated by Tatsuya Saito almost 3 years ago
- File patch_trunk_r19958_pt1.diff patch_trunk_r19958_pt1.diff added
- File patch_trunk_r19958_pt2.diff patch_trunk_r19958_pt2.diff added
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.
Updated by Go MAEDA over 2 years ago
- Target version set to Candidate for next major release