Pablo made a proper button to call the /create task url
This commit is contained in:
@@ -64,7 +64,7 @@ script.
|
||||
function task_create() {
|
||||
var base_url = "{{ url_for('attract.tasks.perproject.create_task', project_url=project.url) }}";
|
||||
|
||||
$.get(base_url, function(task_data) {
|
||||
$.post(base_url, function(task_data) {
|
||||
|
||||
task_open(task_data.task_id);
|
||||
|
||||
|
Reference in New Issue
Block a user