|
Summary: |
Remove Replace calls to MacroDescriptor#getDefaultCategory() in CKEditor.MacroServices |
Description: |
* {{ MacroDescriptor#getDefaultCategory() }} has been legacified (and thus removed from {{ MacroDescriptor.java }} ) * Thus we need to stop calling it from {{ CKEditor.MacroServices }} : https://github.com/xwiki/xwiki-platform/blob/f76aee990bd1fa602380fa1571193fdeafe9ef16/xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/MacroService.xml#L140 (and a few other places in that file) * Instead we need to call {{MacroDescriptor#getDefaultCategories()}} |
|