Split Get and Post
Split Get and Post into 2 separate methods to maintain backwards compability
This commit is contained in:
@@ -51,7 +51,7 @@ function macroResource($q, $http, umbRequestHelper) {
|
||||
$http.post(
|
||||
umbRequestHelper.getApiUrl(
|
||||
"macroApiBaseUrl",
|
||||
"GetMacroResultAsHtmlForEditor",
|
||||
"GetMacroResultAsHtmlForEditorUsingHttpPost",
|
||||
query), JSON.stringify(macroParamDictionary)),
|
||||
'Failed to retrieve macro result for macro with alias ' + macroAlias);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user