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

Fix bug where disabled modules don't appear in the module list. #134

Merged
merged 2 commits into from
May 18, 2022

Conversation

bdice
Copy link
Member

@bdice bdice commented May 17, 2022

Description

This fixes a bug from #110 where disabled modules weren't showing up in the module list.

Context

The "disabled" state means that a module is unchecked in the grid view at launch. The module should still have a checkbox that allows users to enable it for their browser session.

Tested manually on two different dashboard projects.

Checklist:

@bdice bdice requested a review from cbkerr May 17, 2022 03:05
@bdice bdice requested a review from a team as a code owner May 17, 2022 03:05
@bdice bdice self-assigned this May 17, 2022
@bdice bdice added the bug Something isn't working label May 17, 2022
Copy link
Member

@cbkerr cbkerr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@cbkerr cbkerr merged commit 598082d into master May 18, 2022
@cbkerr cbkerr deleted the fix/disabled-modules branch May 18, 2022 00:48
@cbkerr cbkerr added this to the v0.3.0 milestone Jun 22, 2022
@cbkerr cbkerr mentioned this pull request Jun 22, 2022
javierbg pushed a commit to javierbg/signac-dashboard that referenced this pull request Nov 28, 2022
…zerlab#134)

* Fix bug where disabled modules don't appear in the module list.

* Update changelog.
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.42%. Comparing base (ac20abd) to head (c3a919a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #134   +/-   ##
=======================================
  Coverage   72.42%   72.42%           
=======================================
  Files          20       20           
  Lines         747      747           
=======================================
  Hits          541      541           
  Misses        206      206           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants