Skip to content

Limit on number of items that can be ordered confusion #7

@slominskir

Description

@slominskir

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:

  1. Can we make this limit larger?
  2. At a minimum we need to alert the user about what is going on.
  3. 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.
  4. 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:

Image

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions