Don't allow setting of object_id on creation/edit

Issue #21 resolved
Justin Hayes repo owner created an issue

Currently in Admin we can set the object_id of the new/editing object, as we use it for display ordering.

We need to stop doing that as object_id is a primary key!

Should create a separate 'disporder column' and use that instead.

Comments (3)

  1. Log in to comment