Opened 13 years ago

Last modified 13 years ago

#46 closed defect (FIXED)

Description not entered into database

Reported by: joar Owned by:
Priority: minor Milestone:
Component: Keywords:
Cc: Parent Tickets:

Description

Even if the description field is filled in in the image submission
for, the description is not inserted into the media\_entries
collection.

::

    { "_id" : ObjectId("4dc70bd5459d21649a000000"), "media_data" : { }, "attachment_files" : [ ], "description" : null, "title" : "Raksmorgas", "thumbnail_file" : [ ], "media_files" : { "main" : [ "media_entries", "4dc70bd5459d21649a000000", "100124-sweden-sucks.jpg" ], "thumb" : [ "media_entries", "4dc70bd5459d21649a000000", "thumbnail.jpg" ] }, "state" : "processed", "created" : "Sun May 08 2011 23:32:05 GMT+0200 (CET)", "uploader" : { "status" : "active", "pw_hash" : "HEHEHE", "created" : "Tue May 03 2011 11:30:26 GMT+0200 (CET)", "email_verified" : true, "username" : "joar", "verification_key" : "PEWPEW", "_id" : ObjectId("4dbfcb33459d211820000000"), "email" : "joar+mediagoblin.wandborg@fakehost", "plugin_data" : { } }, "media_type" : "image", "queued_media_file" : [ "media_entries", "4dc70bd5459d21649a000000", "100124-sweden-sucks.jpg" ], "tags" : [ ], "plugin_data" : { } }



Change History (3)

comment:1 by Sebastian Spaeth, 13 years ago

Patch that fixes this:
`https://gitorious.org/mediagoblin/mediagoblin/merge\_requests/5 <https://gitorious.org/mediagoblin/mediagoblin/merge_requests/5>`_

Please review and merge.



comment:2 by Christopher Allan Webber, 13 years ago

Status: NewClosed
Merged. Thanks for the fix :)



comment:3 by Will Kahn-Greene, 12 years ago

The original url for this bug was http://bugs.foocorp.net/issues/319 .

Note: See TracTickets for help on using tickets.