User tests: Successful: Unsuccessful:
Add username to Modified so users can see who last made a comment or edited a ticket without having to open the ticket up.
Normally, setting the modified_by field is handled in the table class, not the controller. So, this would be better suited for JTableIssue::store() IMO. You can check how it is done in JTableContent to get an idea. Other than that nitpick, I don't see a problem with this.
mbaker ^^ Is that what you meant?
I believe he meant from here
https://github.com/JTracker/jissues/blob/master/libraries/tracker/table/issue.php
On Sunday, January 13, 2013, Jayflux wrote:
mbaker ^^ Is that what you meant?
—
Reply to this email directly or view it on GitHubhttps://github.com/JTracker/jissues/pull/72#issuecomment-12203988.
Regards,
Chad Windnagle
Fight SOPA https://www.google.com/landing/takeaction/
What I meant is that the id is an integer not a varchar, but it should work anyway ;)
Done...
I think we should merge this before it gets outdated
Sorry, i forgot pull requests also generate issues, so now I have 2 here!
Anyway to inclue what I said before:
I have included a commit which does this.