flash draft status when requirements are not met for new users

This commit is contained in:
Régis Hanol
2013-04-28 02:37:53 +02:00
parent b30445c3ef
commit 0b222550f7
5 changed files with 20 additions and 7 deletions

View File

@@ -9,8 +9,9 @@ class CurrentUserSerializer < BasicUserSerializer
:moderator?,
:reply_count,
:topic_count,
:enable_quoting,
:external_links_in_new_tab
:enable_quoting,
:external_links_in_new_tab,
:trust_level
# we probably want to move this into site, but that json is cached so hanging it off current user seems okish