Ticket #1015 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Editing group gives exception

Reported by: dread Owned by: kindly
Priority: critical Milestone: ckan-v1.4-sprint-3
Component: ckan Keywords:
Cc: Repository:
Theme:

Description

Editing a group properties on ckan.net gives an exception when you submit the form. (Is this related to db migration issues?)

Example page: http://ckan.net/group/edit/civil-society

Exception:

WebApp Error: <class 'sqlalchemy.exc.IntegrityError'>: (IntegrityError) duplicate key value violates unique constraint "group_revision_pkey" 'INSERT INTO group_revision (id, name, title, description, created, state, revision_id, continuity_id) VALUES (%(id)s, %(name)s, %(title)s, %(description)s, %(created)s, %(state)s, %(revision_id)s, %(continuity_id)s)' {'description': u"A group for open data related to civil society supported by members of the interest group at: http://okfn.org/groups/civil-society\r\n\r\nCivil society is composed of the totality of voluntary civic and social organizations and institutions that form the basis of a functioning society, as distinct from the force-backed structures of a state (regardless of that state's political system) and commercial institutions of the market. \r\n\r\nhttp://en.wikipedia.org/wiki/Civil_society", 'created': datetime.datetime(2011, 2, 24, 14, 30, 53, 334842), 'title': u'Civil Society', 'state': u'active', 'continuity_id': u'f4f9f09

Change History

comment:1 Changed 3 years ago by kindly

The migration fixes should sort this out, but I will keep the ticket open to check.

comment:2 Changed 3 years ago by rgrp

  • Status changed from new to closed
  • Resolution set to fixed

Today kindly applied the sql fixes and I can confirm this is now fixed. Well done kindly for all the great work here.

Note: See TracTickets for help on using tickets.