8 lines
371 B
Text
8 lines
371 B
Text
- project = @target_project || @project
|
|
- noteable_type = @noteable.class if @noteable.present?
|
|
|
|
- if project
|
|
:javascript
|
|
GitLab.GfmAutoComplete.dataSource = "#{autocomplete_sources_namespace_project_path(project.namespace, project, type: noteable_type, type_id: params[:id])}"
|
|
GitLab.GfmAutoComplete.cachedData = undefined;
|
|
GitLab.GfmAutoComplete.setup();
|