Olog / olog-service

Olog Java EE logbook service
http://olog.github.com
MIT License
1 stars 6 forks source link

Log entry editing #4

Closed shroffk closed 5 years ago

shroffk commented 11 years ago

Upon editing the original owner info should not be lost

berryma4 commented 11 years ago

It's not lost. It would be in the past entry.

On Wed, Oct 23, 2013 at 10:29 AM, Kunal Shroff notifications@github.comwrote:

Upon editing the original owner info should not be lost

— Reply to this email directly or view it on GitHubhttps://github.com/Olog/olog-service/issues/4 .

shroffk commented 10 years ago

We might want to update the log entry to have a createOwner and a modifyOwner similar to the createTime and modifyTime

berryma4 commented 10 years ago

each log entry has the person who modified it. The first is the create, all the others are modify.

On Mon, Dec 9, 2013 at 1:47 PM, Kunal Shroff notifications@github.comwrote:

We might want to update the log entry to have a createOwner and a modifyOwner similar to the createTime and modifyTime

— Reply to this email directly or view it on GitHubhttps://github.com/Olog/olog-service/issues/4#issuecomment-30159826 .

shroffk commented 10 years ago

Is there an easy way to access the original creator in subsequent entries? If from an entry I wish to see the original owner I have to always request the history and then search for version 1 and get the original owner.

berryma4 commented 10 years ago

Is this done?