-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Expected Behavior
- When user navigates from the Box detail page to the Item list page to link a new item to the Box, by default the new item will be linked to the boxId. If the user decides to change the box assignment, the new item should be assigned to user's selected box, not the box from the previous page.
Current Behavior
What is the current behavior?
- When user navigates from the Box detail page to the Item list page to link a new item to the Box, by default the new item will be linked to the boxId. If the user decides to change the box assignment, the new item will still be linked to the boxId from the previous page.
Failure Information (for bugs)
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- Create Box.
- Go to its detail page by clicking
Edit. - In the detail page, select
Add Items. - In the Items list page, check the box assignment and add at least 1 new box.
- For the newly created Item, click
Editto view its detail page. - In components debugger or in the box assignment fieldset, would say what box item is currently linked to. It will still be the first/previous box.
Reactions are currently unavailable