-
Notifications
You must be signed in to change notification settings - Fork 534
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
Hide Edit Accounts option from AdministratorControls #4006
Comments
@rt4914 can i work on this? |
@HIM7707 I have assigned you other issue. Can you work on that first? Thanks. |
@rt4914 May I work on this? |
please assign me this issue @bkaur-bkj |
Hi Sir/ma'am,
I am having a hard time setting up the oppia android project on system. Can
you suggest me setup guide link for the same?
I can't find it on github.
Please let me know as soon as possible.
Thanks & Regards
…On Wed, 24 Nov 2021, 09:43 Rajat Talesra, ***@***.***> wrote:
@HIM7707 <https://github.com/HIM7707> I have assigned you other issue.
Can you work on that first? Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4006 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS6XSBNY34XHJIHQT2GS77TUNRQ7DANCNFSM5IRERYMA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
May i work on this issue ? Is anyone working on this issue |
@JishnuGoyal Assigned you this issue |
@Rishavgupta12345 you have other issues assigned to you presently, You can work on them first. |
@HIM7707 pls follow the instructions mentioned in oppia android wiki, if you still face any issue describe your problem and drop a msg on oppia android gitter chat where other contributors can help you along |
@rt4914 Hello,
I feel the first method would be better as it involves less code changes and it actually removes the layout. |
@JishnuGoyal Yes, first one is correct. Also you can make communication a bit faster by just creating a PR and assign it to your mentor for review. Thanks. |
* add enableEditAccountsOptions feature flag * add flag to module; add companion object to be used in test to force platform parameter values * use enableEditAccount flag to control visibilty * add specific tests to check visibility by forcing feature flag values * remove test module and directly force feature flag value using companion object * add PlatformParameterForceMode class to explicitly define force method * add forceMode parameter to functions * optimise import after merge with develop * move companion object to TestPlatformParameterModule.kt * copy platform parameters for this test module * simple code changes since older implementation was removed * optimise imports and lint * add enable edit account parameter explicity * update changes to the other OptionsFragmentTest.kt * testplatformparametermodule is a dependency for administratorcontrolactivitytest and optionsFragmentTest * nits * revert all changes to TestPlatformParameterModule * Use PlatformParameterModule instead, with visibility annotation for testing * Use PlatformParameterModule instead in tests like before * lint * change no longer needed * add kdoc * add accidently removed line * move companion object back to TestPlatformParameterModule.kt. * use testplatform parameter module as suggested * lint * remove extra resources * lint * fix bazel * adjust for merge updates from develop * lint * resolve bazel issues * add force method for learner study analytics and use it * lint * lint * remove test parameter platform module (not required) * nits * nit
@BenHenning, I am still seeing the Edit account option in Administrator Controls in 0.8-alpha-091b45a188 |
This is happening because the default value for the parameter enableEditAccountsOptionsUi is set to true. |
Ah I missed that @JishnuGoyal. Yes, it should be off by default. Reopening until that's addressed. |
Added a PR: #4523 . The failing test should be green after a re-run. @BenHenning |
Hi, @KolliAnitha @BenHenning. |
Hide
Edit Accounts
option fromAdministratorControls
as currently it is of no use.Note: Do not remove it, just hide it. Add appropriate test case too.
The text was updated successfully, but these errors were encountered: