[
https://issues.jboss.org/browse/FORGE-587?page=com.atlassian.jira.plugin....
]
Marius Bogoevici commented on FORGE-587:
----------------------------------------
This is caused by Forge validating search inputs by the same rules as domain objects.
This is wrong because:
a) @NotNull requirements must not be not part of the search criteria
b) text input fields may be shorter than the required field length, allowing for searches
like 'Rock' to yield everything that contains 'Rock' (or at least starts
with it, as it is now).
Ideally, we would want to disable search criterion validation altogether.
see AS7-3621
Forge Generated CRUD - Next Button Fail
---------------------------------------
Key: FORGE-587
URL:
https://issues.jboss.org/browse/FORGE-587
Project: Forge
Issue Type: Bug
Reporter: Burr Sutter
Priority: Critical
This likely a Forge specific bug
1) run admin_layer.fsh to generate CRUD screens for event, show, ticket, booking, etc
2) Go to Event at
http://localhost:8080/ticket-monster/faces/admin/event/search.xhtml
3) With the longer list of events (from the newer import.sql) - click on Next
This causes two errors:
"An event's name must contain between 5 and 50 characters"
"An event's name must contain between 20 and 1000 characters"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira