Spark should not let open profile edit by clicking the avatar if profile changing is disabled
Description
When Avatar/Vcard changing is disabled in Client Control plugin, Spark removes Edit profile menu, but if a user already has an avatar, he can click it and still access the Profile information window and then change anything, including the avatar. Clicking on the avatar should be disabled also.
/spark/ui/status/StatusBar.java is missing a check for Enterprise.containsFeature(Enterprise.VCARD_FEATURE); at 153 same as it is done in /sparkimpl/profile/VCardManager.java ar 217
When Avatar/Vcard changing is disabled in Client Control plugin, Spark removes Edit profile menu, but if a user already has an avatar, he can click it and still access the Profile information window and then change anything, including the avatar. Clicking on the avatar should be disabled also.