You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
jean-jac...@gadz.org
on 7 Jun 2013 at 2:13The text was updated successfully, but these errors were encountered: