liquid_feedback_frontend

changeset 170:da885b2dda29

remove author_id from suggestion until private api is done
author Daniel Poelzleithner <poelzi@poelzi.org>
date Sat Oct 09 22:13:32 2010 +0200 (2010-10-09)
parents db91c2005278
children 7d231961a9d2
files app/main/api/suggestion.lua
line diff
     1.1 --- a/app/main/api/suggestion.lua	Sat Oct 09 22:06:38 2010 +0200
     1.2 +++ b/app/main/api/suggestion.lua	Sat Oct 09 22:13:32 2010 +0200
     1.3 @@ -44,7 +44,8 @@
     1.4    { name = "id",                       field = "suggestion.id" },
     1.5    { name = "initiative_id",            field = "suggestion.initiative_id" },
     1.6    { name = "created",                  field = "suggestion.created" },
     1.7 -  { name = "author_id",                field = "suggestion.author_id" },
     1.8 +-- FIXME: private api
     1.9 +--  { name = "author_id",                field = "suggestion.author_id" },
    1.10    { name = "name",                     field = "suggestion.name" },
    1.11    { name = "description",              field = "suggestion.description" },
    1.12    { name = "minus2_unfulfilled_count", field = "suggestion.minus2_unfulfilled_count" },

Impressum / About Us