Skip to content

Commit

Permalink
Remove recording changes to description text
Browse files Browse the repository at this point in the history
Only record changes to description_raw
  • Loading branch information
elkuku committed Aug 12, 2014
1 parent 5151731 commit 5aaa2f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App/Tracker/Table/IssuesTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ private function processChanges()
// Expected change ;)
break;

case 'description_raw' :
// @todo do something ?
$changes[] = $change;
case 'description' :

// Do nothing

break;

Expand Down

0 comments on commit 5aaa2f4

Please sign in to comment.