Fix the ability for admins to be able to edit other users information AFTER the user already exists

This commit is contained in:
NPS Agent
2026-05-13 10:54:34 +09:30
parent 66545db312
commit 75c6614e81
3 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@
- **`n`**: Open the "Add Task" modal from the main dashboard (disabled while typing in inputs).
24. **Drag-and-Drop Stability:** Fixed a bug where tasks would "disappear" if dropped in an invalid area. Tasks now remain visible at their original position if a drop is cancelled.
25. **User Deletion Safety:** Implemented a backend check to prevent deleting users who have assigned tasks or notes. Upgraded the frontend `ApiService` to correctly parse and display these descriptive error messages from the backend.
26. **Enhanced User Creation:** Added email and phone number fields to the "Add User" form in the workspace settings, ensuring full contact profiles are created for new team members.
26. **Enhanced User Management:** Admins can now manage full team profiles (Name, Role, Email, and Phone) during both user creation and inline editing in the Workspace settings.
### Phase 3: Advanced Features
- **Real-time Notifications:** Explore WebSockets for task assignments.