jjdejong / phpip-legacy

Patent and other IP rights portfolio manager and docketing system
GNU General Public License v3.0
1 stars 3 forks source link

Some actors not displayed in list view #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a new actor to an existing role (e.g. "Applicant")
2. Delete the previous actor in the role

What is the expected output? What do you see instead?

See new actor in list view. Remains empty instead.

Original issue reported on code.google.com by jean-jac...@gadz.org on 7 Jun 2013 at 2:13

GoogleCodeExporter commented 9 years ago
Temporary fix:
The problem is due to the ordering indexes starting at 2 or above instead of at 
1.

Delete the existing actor before adding the new actor. If the old actor has 
already been deleted, delete the new actor and add him again - this resets the 
ordering index to 1.

Original comment by jean-jac...@gadz.org on 7 Jun 2013 at 2:17

jjdejong commented 7 years ago

An improved temporary fix: It is now possible to overwrite the existing actor with the new actor.