Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't fetch catalogue item tree (or table) unless configured to show. #2930

Closed
Macroz opened this issue May 16, 2022 · 0 comments · Fixed by #2945
Closed

Don't fetch catalogue item tree (or table) unless configured to show. #2930

Macroz opened this issue May 16, 2022 · 0 comments · Fixed by #2945
Assignees

Comments

@Macroz
Copy link
Collaborator

Macroz commented May 16, 2022

Currently the catalogue item list (for table) and tree are both fetched for every user. Let's make it so that they are only fetched when the corresponding table/tree is shown.

See

(when (:enable-catalogue-tree config)
  [catalogue-tree])
(when (:enable-catalogue-table config)
  [catalogue-table])])]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant