contacts icon indicating copy to clipboard operation
contacts copied to clipboard

Hide "Allow updating avatars from social media" when internet access is disabled

Open pboguslawski opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe.

If system has connection to internet disabled by admin, syncing data with social services should be disabled too.

Describe the solution you'd like

Consider hiding Allow updating avatars from social media option in admin settings > Groupware > Calendar if has_internet_connection is false in config.php for cleaner UI.

PR https://github.com/nextcloud/contacts/pull/2913 already disables cron job and user setting in such scenario.

Describe alternatives you've considered

No response

Additional context

No response

pboguslawski avatar Sep 05 '22 12:09 pboguslawski

I personally would feel confused if certain settings do not show up in different setups. Maybe more a question to the design team.

call-me-matt avatar Sep 05 '22 20:09 call-me-matt

I personally would feel confused if certain settings do not show up in different setups.

There are already other suboptions that are hidden if parent option is disabled. Less unnecessary options, less mess IHMO.

pboguslawski avatar Sep 05 '22 21:09 pboguslawski