Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(FR-366): remove unnecessary panel disabling via querySelector at …
…vfolder invitation panel in summary view page (#3029) resolves #3023 (FR-366) Removes unnecessary UI element disabling when accepting or declining vfolder invitations. Previously, the code would disable the entire panel and all buttons when processing these actions, which was redundant since the operations are quick and the panel gets removed upon completion anyway. Also fixes a typo in the method documentation ("vfloder" -> "vfolder"). ### How to test > Prerequisites: You need two user account to test this. 1. Login with user A. 2. Create at least two vfolders if there's no vfolder created. 3. Invite user B with vfolders created in step 2 or that alreay exists. 4. Logout user A and Login with user B. 5. Go to `Summary` page. 6. See the Invitation panel. 7. Click Accept/Decline inside the panel. 8. Click another one in the panel. **Checklist:** - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
- Loading branch information