Skip to content

Commit

Permalink
Merge pull request #102 from greenpeace-cee/fix-101-crmurl
Browse files Browse the repository at this point in the history
Fixes [#101] Export Task not working 
Fix export URL not being generate via crmUrl
  • Loading branch information
bbaermann committed Jul 20, 2022
2 parents 8dacaae + a982e9d commit 30ebc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ang/sqlTaskManager/sqlTaskManager.html
Expand Up @@ -220,7 +220,7 @@ <h3>{{ts('Add a new task')}}</h3>
</a>
</li>
<li>
<a ng-href="/civicrm/sqltasks/export?id={{task.id}}"
<a ng-href="{{url('civicrm/sqltasks/export', {id: task.id})}}"
class="action-item crm-hover-button small-popup"
title="{{ts('Export Configuration', {'domain' : 'de.systopia.sqltasks'})}}">
{{ts('Export Config', {'domain' : 'de.systopia.sqltasks'})}}
Expand Down

0 comments on commit 30ebc2b

Please sign in to comment.