Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some actors not displayed in list view #8

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments
Open

Some actors not displayed in list view #8

GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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
Copy link
Owner

jjdejong commented Nov 7, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants