|
|
|
@ -104,7 +104,7 @@ export default class extends ApplicationController { |
|
|
|
url: "/api/doctrines/" + doctrine_id + "/annotations/" + annotation_id, |
|
|
|
url: "/api/doctrines/" + doctrine_id + "/annotations/" + annotation_id, |
|
|
|
type: 'DELETE', |
|
|
|
type: 'DELETE', |
|
|
|
success: function() { |
|
|
|
success: function() { |
|
|
|
$this.stimulate("AnnotationReflex#render_annotations_views", { page: 1 }) |
|
|
|
$this.stimulate("AnnotationReflex#render_annotations_views", { doctrine_id: doctrine_id, page: 1 }) |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
|