Skip to content
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

some fields in Directory Entry plugin will not disappear #246

Closed
maysara opened this issue Jun 20, 2018 · 2 comments
Closed

some fields in Directory Entry plugin will not disappear #246

maysara opened this issue Jun 20, 2018 · 2 comments

Comments

@maysara
Copy link

maysara commented Jun 20, 2018

I've enabled the Directory entry plugin, and set the disabled elements I want to hide to true, from the ones i tried, Business Category and website would not go away.

I've tried to trace down where this should be disabled, and got to the call "$subform->prepare( $disabled );" in application/plugins/DirectoryEntry.php . but did not move forward yet.

@maysara maysara changed the title some fields in Directory Entry plugin will not disapprear some fields in Directory Entry plugin will not disappear Oct 15, 2018
@mattymatty97
Copy link

mattymatty97 commented Mar 24, 2020

problems are here:

https://github.com/opensolutions/ViMbAdmin/blob/master/library/ViMbAdmin/Form/Mailbox/DirectoryEntry.php

BusinesCategory is written with two s in this file

and website is called

LabeledUri

@mattymatty97
Copy link

mattymatty97 commented Mar 24, 2020

tmp fix for now is in config file

use

disabled_elements.BusinessCategory = true

and

disabled_elements.LabeledUri = true

@barryo barryo closed this as completed in 90ac57c May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants