inpho / inphosite

The InPhO API
https://inphoproject.org
15 stars 5 forks source link

POST new idea failure #118

Closed colinallen closed 11 years ago

colinallen commented 11 years ago

Today I wanted to create a new idea for "political theory" so I used curl -X POST -d "label=political theory" -u colallen: https://inpho.cogs.indiana.edu/idea

The response looks promising:

Found

Found

The resource was found at /signin?came_from=https%3A%2F%2Finpho.cogs.indiana.edu%2Fidea; you should be redirected automatically. /signin?came_from=https%3A%2F%2Finpho.cogs.indiana.edu%2Fidea


WSGI Server

But the idea doesn't show up.

JaimieMurdock commented 11 years ago

It seems that the ID is being assigned, but the row is not being committed to the database. Problem is either in inpho.model module or inphosite.controllers.entity