We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8731df commit a613e60Copy full SHA for a613e60
src/main/java/ru/mystamps/web/feature/series/SeriesController.java
@@ -568,7 +568,7 @@ public static void loadErrorsFromDownloadInterceptor(
568
// didn't specify a file but somehow provide a URL to an image. In this case,
569
// let's show an error message that file is required.
570
result.rejectValue(
571
- "image",
+ DownloadImageInterceptor.UPLOADED_IMAGE_FIELD_NAME,
572
"ru.mystamps.web.support.beanvalidation.NotEmptyFilename.message"
573
);
574
form.nullifyImageUrl();
0 commit comments