Skip to content
Snippets Groups Projects
Commit a84d1fb6 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[BUGFIX] Fix SgAjax ViewHelper and introduce a Link ViewHelper

parent 6a0a6aec
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ export default class SgJobs {
event.preventDefault();
$.post(
'?eID=sgAjax&extensionName=SgJobs&controller=Ajax%5CJoblist&action=deleteTempFile&format=json&vendorName=SGalinski',
'?tx_sgajax[extensionName]=SgJobs&tx_sgajax[controller]=Ajax%5CJoblist&tx_sgajax[action]=deleteTempFile&tx_sgajax[format]=json',
{
file: currentElement.parent().children('.filename').html(),
type: currentElement.attr('filetype')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment