Skip to content

Commit

Permalink
signal required principal properties for mentioning (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts authored Sep 21, 2023
1 parent d6381a3 commit 1bedaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mentions/user-mentions.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function userMentions(queryText) {
}

const project_id = getOPHelper(editor, 'idFromLink')(resource.project.href);
const url = getOPPath(editor).api.v3.principals(project_id, queryText);
const url = getOPPath(editor).api.v3.principals(project_id, queryText) + '&select=elements/_type,elements/id,elements/name';
const pluginContext = getPluginContext(editor);
const base = window.OpenProject.urlRoot;

Expand Down

0 comments on commit 1bedaa9

Please sign in to comment.