Tables in Confluence are not sortable
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
問題
User is unable to sort tables in Confluence. The following message appears in the atlassian-confluence.log
Caused by: java.lang.IllegalStateException: Required plugin module com.atlassian.confluence.plugins.confluence-sortable-tables:sortable-table-hooks was either missing or disabled
診断
The arrow icons are not appearing, check if the Confluence Sortable Table plugin is enabled/disabled in the Manage Apps page. This plugin should be enabled by default.
If the plugin is enabled in the UI, check if this plugin status in the database by running this query:
select BANDANAVALUE from BANDANA where BANDANAKEY = 'plugin.manager.state.Map';
原因
Confluence Sortable Table is disabled.
ソリューション 1
To enable the plugin through UI:
- Logging into Confluence as an administrator
- Go to > Manage Apps
- Select All Apps from the drop-down menu
- Search for sortable
- Locate Confluence Sortable Tables and check if all the 5 submodules are enabled. If not, enable all.
ソリューション 2
If you can't enable the plugin via UI and it's confirmed that the plugin is disabled in the database, you may enable the plugin in question or all Confluence plugins back to their default state through the database following the instructions in this KB.