Skip to content

Commit

Permalink
Add a note about future improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleese committed Jan 4, 2017
1 parent d624801 commit 84e1b5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/commands/v2/put_content.rb
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ def update_content_item(content_item)
)
)

# FIXME replace this when 'content_id' and 'locale' fields are removed
# from ContentItem model
# update these fields to also update the underlying document
content_item.content_id = content_id
content_item.locale = locale
Expand Down

0 comments on commit 84e1b5f

Please sign in to comment.