Do not log preferences changes in history.

This commit is contained in:
Martin Edenhofer 2016-10-06 19:00:07 +02:00
parent c5302307c9
commit 03fed96634

View file

@ -57,6 +57,7 @@ class Ticket < ApplicationModel
create_article_type_id: true, create_article_type_id: true,
create_article_sender_id: true, create_article_sender_id: true,
article_count: true, article_count: true,
preferences: true,
} }
) )