-
Notifications
You must be signed in to change notification settings - Fork 521
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
Unselect All option in Developer Options not working #4186
Comments
@rt4914 If you have any thoughts on this or any context I am missing. |
@anandwana001 No. This is a bug as per explanation. Shifting it to good-first-issue. |
can you assign me this? |
@Akshatkamboj14 Unassigning you due to inactivity. If you are working on this, please reassign yourself. |
I would like to work on this @bkaur-bkj |
@anandwana001 @rt4914 I would like to work on this bug can you assign me this |
@anandwana001 @rt4914 Hey! I have fixed the issue, can you review my PR?? |
@anandwana001 sir, I wanted to ask you that since I made a PR for this issue which only solves the issue for Mark Topic Completed but the same issue is there for Mark Chapters and Mark Stories so should I make a new PR for both of them or push it in the same PR? |
…eviewer." This reverts commit ca5bca5.
This reverts commit 5295364.
… working" This reverts commit 0cff83a.
This shouldn't have been closed earlier. |
) * Fix #4186 Uncheck all selection on developer options not working * Fix #4186 Add changes to code as suggested on code review. * Fix #4186 Undo changes on line wrap as advised by code reviewer. * Add tests for #4186. * Add tests for #4186, Undo changes on build.gradle. * Update and makes changes as advised by code reviewer. * Update test names to deselect from unselect. * Fix broken tests after update. * Move the 'scrollToPosition' call inside of 'verifyItemCheckedOnRecyclerViewItemAtPosition', to reduce boilerplate code. * Add changes to run tests directly by removing unnecessary verification on initial click #2658. * Updates tests and fix missed issues supposed to be updated. * Update tests to assert if Checkbox is actually Unchecked after unchecking. * Add testCoroutinesDispatchers.runCurrent() line to avoid MarkChaptersCompletedFragmentTest.kt deselectsAllChapters test from failing. * Fix lint failing test, after update. * Fix broken view models. Co-authored-by: Ben Henning <ben@oppia.org>
Describe the bug
The Developer options have three items, Mark Chapters, Mart Stories, and Mark Topic. Inside each item, there is an option to select all at once.
But, unselecting the all option didn't work correctly.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should unselect all items correctly.
Demonstration
Environment
Additional context
In PR please add test case showing that this has been fixed now.
The text was updated successfully, but these errors were encountered: