Skip to content

Issue Boards not collapsible

Resolution

You can quickly fix this by enabling the feature flag :apollo_boards; we've already defaulted this FF to on in the upcoming %16.8 release.

Summary

I am using a self-hosted instance of Gitlab CE (16.7.0). My team recently noticed that the issue boards are no longer expandable/collapsible. If you attempt to collapse a browser refresh is required to see the collapsed or expanded issue board.

issue

Steps to reproduce

  • Select a project
  • Go to Plan -> issue boards
  • Click the down arrow to collapse (nothing will happen)
  • Refresh browser (collapsed board will appear)

What is the expected correct behavior?

Boards should collapse/expand without a browser refresh

Relevant logs and/or screenshots

Results of GitLab environment info

Ubuntu 22.04 Gitlab 16.7.0

Expand for output related to GitLab environment info

System information
System:		Ubuntu 22.04
Current User:	git
Using RVM:	no
Ruby Version:	3.1.4p223
Gem Version:	3.4.22
Bundler Version:2.4.22
Rake Version:	13.0.6
Redis Version:	7.0.14
Sidekiq Version:6.5.12
Go Version:	unknown

GitLab information
Version:	16.7.0
Revision:	0fb7483d0df
Directory:	/opt/gitlab/embedded/service/gitlab-rails
DB Adapter:	PostgreSQL
DB Version:	13.12
URL:		[redacted]
HTTP Clone URL:	[redacted]
SSH Clone URL:	[redacted]
Using LDAP:	no
Using Omniauth:	yes
Omniauth Providers:

GitLab Shell
Version:	14.32.0
Repository storages:
- default: 	unix:/var/opt/gitlab/gitaly/gitaly.socket
GitLab Shell path:		/opt/gitlab/embedded/service/gitlab-shell

Gitaly
- default Address: 	unix:/var/opt/gitlab/gitaly/gitaly.socket
- default Version: 	16.7.0
- default Git Version: 	2.42.0

Results of GitLab application Check

Expand for output related to the GitLab application check

Checking GitLab subtasks ...

Checking GitLab Shell ...

GitLab Shell: ... GitLab Shell version >= 14.32.0 ? ... OK (14.32.0) Running /opt/gitlab/embedded/service/gitlab-shell/bin/check Internal API available: OK Redis available via internal API: OK gitlab-shell self-check successful

Checking GitLab Shell ... Finished

Checking Gitaly ...

Gitaly: ... default ... OK

Checking Gitaly ... Finished

Checking Sidekiq ...

Sidekiq: ... Running? ... yes Number of Sidekiq processes (cluster/worker) ... 1/1

Checking Sidekiq ... Finished

Checking Incoming Email ...

Incoming Email: ... Checking Reply by email ...

IMAP server credentials are correct? ... Checking [redacted] yes Mailroom enabled? ... skipped MailRoom running? ... skipped

Checking Reply by email ... Finished

Checking Incoming Email ... Finished

Checking LDAP ...

LDAP: ... LDAP is disabled in config/gitlab.yml

Checking LDAP ... Finished

Checking GitLab App ...

Database config exists? ... yes Tables are truncated? ... skipped All migrations up? ... yes Database contains orphaned GroupMembers? ... no GitLab config exists? ... yes GitLab config up to date? ... yes Cable config exists? ... yes Resque config exists? ... yes Log directory writable? ... yes Tmp directory writable? ... yes Uploads directory exists? ... yes Uploads directory has correct permissions? ... yes Uploads directory tmp has correct permissions? ... yes Systemd unit files or init script exist? ... skipped (omnibus-gitlab has neither init script nor systemd units) Systemd unit files or init script up-to-date? ... skipped (omnibus-gitlab has neither init script nor systemd units) Projects have namespace: ... 2/6 ... yes 3/7 ... yes 4/8 ... yes 6/9 ... yes 7/10 ... yes 7/11 ... yes 2/13 ... yes 2/14 ... yes 2/15 ... yes 2/16 ... yes 2/17 ... yes 3/18 ... yes 2/19 ... yes 3/20 ... yes 10/21 ... yes 11/22 ... yes 3/23 ... yes 2/24 ... yes 3/25 ... yes 2/26 ... yes 2/27 ... yes 6/28 ... yes 2/29 ... yes 3/31 ... yes 14/32 ... yes 14/33 ... yes 2/34 ... yes 15/35 ... yes 2/36 ... yes 18/37 ... yes 26/40 ... yes 25/41 ... yes 2/42 ... yes 26/43 ... yes 2/45 ... yes 2/46 ... yes 2/47 ... yes 2/49 ... yes 2/50 ... yes 31/51 ... yes 30/52 ... yes 2/53 ... yes 2/54 ... yes 31/58 ... yes 15/59 ... yes 26/60 ... yes 2/61 ... yes 2/62 ... yes 2/63 ... yes 6/64 ... yes 2/65 ... yes 2/67 ... yes 2/73 ... yes 26/74 ... yes 2/75 ... yes 2/76 ... yes 2/77 ... yes 2/78 ... yes 104/79 ... yes 2/80 ... yes 2/81 ... yes 2/82 ... yes 2/83 ... yes 2/84 ... yes Redis version >= 6.0.0? ... yes Ruby version >= 3.0.6 ? ... yes (3.1.4) Git user has default SSH configuration? ... yes Active users: ... 17 Is authorized keys file accessible? ... yes GitLab configured to store new projects in hashed storage? ... yes All projects are in hashed storage? ... yes

Checking GitLab App ... Finished

Checking GitLab subtasks ... Finished

(we will only investigate if the tests are passing)

Possible fixes

Edited by Gabe Weaver