Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed validation Id field in Event Search #607

Closed
3 tasks done
Tracked by #2546
mario1mario opened this issue Jun 11, 2018 · 0 comments
Closed
3 tasks done
Tracked by #2546

Fixed validation Id field in Event Search #607

mario1mario opened this issue Jun 11, 2018 · 0 comments
Assignees
Labels
bug community Community Reported Issues
Milestone

Comments

@mario1mario
Copy link

mario1mario commented Jun 11, 2018

'Event search' module - the 'id' field takes from 1 to 9 digits, however after inserting the tenth digit an error message appears. After closing the message and trying to continue testing (using 10 digits), the program is suspended (the 'search' button is inactive)
defect1

edit:
For the id field in 'Event Search', you need to improve the validation so that you can't enter values ​​outside the range of int type, and you need to secure other cases:

  • Value exceeding int range:
    exceeding_range_of_integers (1)
  • A value in the range of int but terminated with '.0':
    zero
  • Less value < 0:
    lesszero
@mario1mario mario1mario changed the title Test funkcjonalny; błąd2 Scada LTS - component test; defect1 Jun 12, 2018
@grzesiekb grzesiekb added the bug label Oct 4, 2019
@Limraj Limraj added the community Community Reported Issues label Jun 16, 2021
@Limraj Limraj added this to the 2.7.5.4 milestone Jun 3, 2023
@Limraj Limraj modified the milestones: 2.7.5.4, 2.7.6 Jun 30, 2023
@Limraj Limraj assigned Patrykb0802 and unassigned Patrykb0802 Jul 22, 2023
@Limraj Limraj assigned Patrykb0802 and Limraj and unassigned Patrykb0802 Aug 7, 2023
@Limraj Limraj changed the title Scada LTS - component test; defect1 Fixed validation Id field in Event Search Aug 7, 2023
Limraj added a commit that referenced this issue Aug 14, 2023
…32 to common.js; refactor functions doSearchOld, doSearch in events.jsp, parseInt eventId and maxResults;
Limraj added a commit that referenced this issue Aug 22, 2023
…field_in_Event_Search

#607 Fixed validation Id field in Event Search - added function isInt…
@Limraj Limraj closed this as completed Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug community Community Reported Issues
Projects
None yet
Development

No branches or pull requests

4 participants