samchen2009 / ekanban

a kanban plugin for redmine
102 stars 42 forks source link

Saving mappings between Issue Status and Kanban State #29

Open prmartinuk opened 11 years ago

prmartinuk commented 11 years ago

There seems to be a problem saving the mappings between Issue Status and Kanban State. When saving the mapping sometimes it saves a completely different set of mappings.

Looking at the log and database it seems that when you save the mapping the correct Ids are passed to the controller via the PUT request, but the controller saves the wrong values to the database.

It seems to happen more frequently when saving multiple changes, so the workaround I have found is to save each single change separately and then double check it has been applied. It seems to only affect the mappings for the Kanban States that have been updated.