-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.9.6-SNAPSHOT
-
Fix Version/s: 6.0
-
Component/s: Seam / JSF UI
-
Impact type:API change
-
Upgrade notes:
The import fancybox does not reopen in the case of an import error, even if the import method catches the error and attaches a message to the form.
This is due to the fact that the URL service performs a redirection after this error, hence the original error message is lost.
To handle this use case, the fancy redirect should be avoided in this case (which is already the case when a standard validation error occurs, since the JSF postback prevents the request from being redirected.
- is required by
-
NXP-15351 Error when I try to import an unauthorized type
- Resolved