-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
There is a limit on the number of items that can be ordered on a given day, but when the limit is hit, an unhelpful error is displayed. The limit is currently 50. A few items to consider:
- Can we make this limit larger?
- At a minimum we need to alert the user about what is going on.
- Ordering actually includes removing spaces, as spaces are simply index locations without an item in it. So when a user clicks remove space, they're actually re-ordering, which may not be obvious.
- Perhaps counter-intuitively, the limit doesn't apply when adding items (as they're always appended to the end). Maybe the limit should apply during add to avoid confusion?
The user sees:
The log file shows:
2025-09-27 12:22:54,900 SEVERE [org.jlab.atlis.calendar.presentation.controller.ChangeOrderAjax] (default task-635844) Unable to Drag and Drop: org.jlab.atlis.calendar.presentation.exception.ValidationException: The maximum number of occurrences which can be ordered is 50. You submitted: 60
Reported by: frierson
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working