mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°7552 - Fix mentions not taking triggers filter into account
This commit is contained in:
@@ -22,12 +22,12 @@ const CombodoCKEditorFeeds = {
|
||||
})
|
||||
.then(json => {
|
||||
// ckeditor mandatory data
|
||||
json.data['search_data'].forEach(e => {
|
||||
json.search_data.forEach(e => {
|
||||
e['name'] = e['friendlyname'];
|
||||
e['id'] = options['marker']+e['friendlyname'];
|
||||
});
|
||||
// return searched data
|
||||
resolve( json.data['search_data']);
|
||||
resolve( json.search_data);
|
||||
});
|
||||
|
||||
}, options.throttle);
|
||||
|
||||
Reference in New Issue
Block a user