juxtalearn / clipit

ClipIt Repository
GNU Affero General Public License v3.0
5 stars 4 forks source link

ClipItComment creation time gets lost via the REST API #12

Closed nmalzahn closed 10 years ago

nmalzahn commented 10 years ago

If you create a ClipItComment via

http://{{host_prefix}}/services/api/rest/xml/?method=clipit.comment.create

and include time_created into the prop_value_array. The resulting comment in the system gets the current servertime anyway.

Thus, it's impossible to create comments from external sources, e.g. LSD quizzes etc with correct timestamps.

pebs74 commented 10 years ago

noted. we will add the possibility to insert custom time_created values.