In the new portal, when a form has multiple editable LinkedSet attributes, trying to add an item on the first LinkedSet before any other result in a javascript error.
Adding an item to the second or next LinkedSet, then on the first one works.
To reproduce :
- Install iTop community 2.3.1 with default options
- Alter portal configuration to add functionalcis_list attribute at the end of the #ticket-create form
- Open portal and start the creation of a new UserRequest
- Try to had a Contact (it should be the first LinkedSet) to the object
- It should result in an javascript error in the browser console
Workaround :
Add an item to the second LinkedSet before adding one to the first...