Changes for page MentionsMacro
Last modified by Сергей Коршунов on 2025/05/01 20:26
From version 1.1
edited by admins admins
on 2021/12/11 17:13
on 2021/12/11 17:13
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-mentions-ui/13.10]
To version 2.1
edited by Сергей Коршунов
on 2022/01/14 21:52
on 2022/01/14 21:52
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-mentions-ui/13.10.2]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. admins1 +XWiki.skorshunov
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -82,7 +82,7 @@ 82 82 editor.once('afterInsertHtml', function () { 83 83 editor.execCommand('xwiki-macro-insert', { 84 84 name: 'mention', 85 - inline: true,85 + inline: 'enforce', 86 86 parameters: { 87 87 reference: param.id, 88 88 style: 'FULL_NAME', ... ... @@ -98,7 +98,7 @@ 98 98 } 99 99 100 100 function updateConf(config, name) { 101 - const newConf = config; 101 + const newConf = config || {}; 102 102 newConf.mentions = newConf.mentions || []; 103 103 newConf.mentions.push(confMentions(name)); 104 104 return newConf;