Closed
Description
Preconditions
- Download & install a fresh copy of magento CE 2.3.0 without sample data either through composer or archive package from Magento download page.
- Did not make any change in database and files.
Steps to reproduce
- Login to admin
- Click on Content form left menu and click Configuration under Design.
- Click Edit in Action column on any of the three default record from grid.
- Click on HTML HEAD tab under Other Configuration section.
- Upload an image to Favicon Icon through upload button.
Expected result
- Image should upload instantly through ajax and show a preview
Actual result
- Page just flick sightly and nothing happens.
- Click on Save and Continue or Save Configuration button. A success message display but image path is not saving in database nor image upload to disk.
Additional information
The image uploadeConfig defined in form ui_component is not working correctly. Ajax uploader request url should be theme/design_config_fileUploader/save
BUT it is going to theme/design_config/edit
.