Actions
Bug #5333
openUpload / Edit - Document : Tags are not case-sensitive and duplicates are allowed but it shouldnot allow (e.g., “Year” and “year”).
Start date:
08/07/2025
Due date:
% Done:
0%
Estimated time:
Description
Steps to Reproduce:
- Login to iOS Vitagist.
- Tap the Document tab.
- Open any category.
- Tap Add Documents.
- Upload a document and tap Next.
- Add the tag “Year”, then add “year”.
Expected Result: Duplicate tags should not be allowed.
Note: Applies to all categories (Upload / Edit).
Files
Updated by kumar r 7 days ago
- File Simulator Screenshot - iPhone 16 Pro - 2025-08-07 at 19.25.48.png Simulator Screenshot - iPhone 16 Pro - 2025-08-07 at 19.25.48.png added
- File Simulator Screenshot - iPhone 16 Pro - 2025-08-07 at 19.25.16.png Simulator Screenshot - iPhone 16 Pro - 2025-08-07 at 19.25.16.png added
- Status changed from New to Fixed - Pushed to Staging
- Assignee changed from kumar r to Vengadeshwaran R
Updated.
Updated by kumar r about 7 hours ago
- Status changed from Fixed - Pushed to Dev to Fixed - Pushed to Staging
Updated by Vengadeshwaran R about 2 hours ago
- File same tags.mp4 same tags.mp4 added
- Status changed from Fixed - Pushed to Staging to New
- Assignee changed from Vengadeshwaran R to kumar r
Steps to Reproduce:
Add a tag: year
Try to add the same tag again, but with a space after the last character, like: year
Expected Behavior:
The system should treat year and year as the same tag and prevent the duplicate.
Actual Behavior:
The tag year (with a trailing space) is accepted as a new tag, even though it’s a duplicate of year.
Actions