Bug #50567

URI to imageWithMetadata action is hard coded

Added by Adrian Föder about 2 years ago. Updated about 1 year ago.

Status:Resolved Start date:2013-07-30
Priority:Must have Due date:
Assigned To:- % Done:

100%

Category:JavaScript
Target version:Base Distribution - 1.1

Description

currently, the imageWithMetadata action used in the Image inspector, is hard coded in

Packages/Application/TYPO3.Neos/Resources/Public/JavaScript/Content/Inspector/Editors/ImageEditor.js:500
1that.set('_loadPreviewImageHandler', $.get('/neos/content/imageWithMetadata/' + imageVariant.originalImage, function(result) {
2...

this should be changed obviously; a suggestion was

to create a URL in the JavaScriptConfigurationViewHelper to the content controller and set window.T3Configuration.ContentUri or similar and use that instead in the ImageEditor

but maybe an overall concept should be thought about which serves URIs generally.

History

#1 Updated by Adrian Föder almost 2 years ago

update: neos/content/uploadImage is also such a hardcoded URI.

#2 Updated by Adrian Föder about 1 year ago

  • Status changed from New to Accepted
  • Assigned To set to Adrian Föder
  • Target version set to 1.1

#3 Updated by Aske Ertmann about 1 year ago

  • Status changed from Accepted to Resolved
  • Assigned To deleted (Adrian Föder)
  • % Done changed from 0 to 100

Also available in: Atom PDF