dynamo-media / redmine_issue_detailed_tabs_time

30 stars 24 forks source link

Comments mixed with activity data (status changes) #37

Open stollr opened 10 years ago

stollr commented 10 years ago

If you update an issue and change some setings (e.g. Subject or Estimated time) and add a comment, then both is shown in the comments tab, as you can see in the screenshot:

mixed comment

Is it possible to change that, so that only the comment is shown?

markedagain commented 10 years ago

Hi @naitsirch the solution to this is not so simple. the main problem is redmine gives this info to me as 1 journal. give me this weekend to see if i can maybe figure out how to split it , i will get back to you by next monday.

cforce commented 10 years ago

I am not sure if its good to only see the comments, but comments in context of other field changes. I think there are use cases for both of it.

markedagain commented 10 years ago

I agree with this statement also, as we also require context sometimes for the message itself, and is another issue i would have to tackle, i can imagine putting this as an option in the settings to maybe allow the ppl that want this option enabled.

cforce commented 10 years ago

You could also make the field changes collapsable (collapsed by default) and link it by "issue field changes.." or similar

lajish commented 9 years ago

Hi markedagain,

Is there any ray of hope for this issue ?

Regs, Lajish Lakshmanan

stollr commented 9 years ago

Maybe it is better to let it stay as it is, as mentioned by @cforce it is indeed nice to see the context of the changes ;-)

Maybe it could be made configurable? - don't know.

markedagain commented 9 years ago

its pretty hard for me, as ruby is not my main language. I remember the big issue is it requires alot of hooks being injected to change how redmine serves me this information. sadly i have no solution in near future. im always open to ideas or more then willing to do pull requests