User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_contact |
Labels |
Added:
?
|
In the Contacts options page the option User Profile is always visible. What about to add a new attribute dependencies to the fields?
<field
name="show_profile"
type="list"
label="COM_CONTACT_FIELD_PROFILE_SHOW_LABEL"
description="COM_CONTACT_FIELD_PROFILE_SHOW_DESC"
useglobal="true"
class="chzn-color"
dependencies="plg_user_profile"
>
<option value="0">JHIDE</option>
<option value="1">JSHOW</option>
</field>
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-05-28 14:59:59 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
?
Removed: ? |
This option should be disabled/hidden if Profile plugin is disabled.