List of steps to reproduce (step by step, including full links if applicable):
- Access Special:CreateZObject page
- Select a list as the type
- Add an item as select "key"
- Add another item and also select "key"
- Change the mode selector of the Type within the first key item
- Change the mode selector of the type of the second item
What happens?:
- The mode selector in the second items do not act as the first and it breaks
What should have happened instead?:
- The mode selector should allow you to change between different modes without breaking
Note:
The issue currently it is that the ModeSelector assign a literal Type (in the ZObjectKey.vue) only when the getZKeys changes (it is on a watch). This just trigger the first time and not subsequent times.
This was done on purpose, so changing things need lots of testing