Defect #33829
Tags "updated" in issues atom are "created on"
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Feeds | |||
Target version: | Candidate for next major release | |||
Resolution: | Affected version: | 4.1.1 |
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.
History
#1
Updated by Tatsuya Saito over 2 years ago
This issue is reported in following Japanese forum.
https://groups.google.com/forum/#!topic/redmine-users-ja/wb78I8uVJEY
#2
Updated by Tatsuya Saito over 2 years ago
I'm sorry, patch.diff breaks Redmine rake test.
It breaks activity view items.
Please reject the patch.
#3
Updated by Tatsuya Saito over 2 years ago
- File patch_trunk_r19958_pt1.diff
added
- File 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.
#4
Updated by Go MAEDA over 2 years ago
- Category changed from Issues list to Feeds
#5
Updated by Go MAEDA almost 2 years ago
- Target version set to Candidate for next major release