mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #246] some fields in Directory Entry plugin will not disappear #197
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#197
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maysara on GitHub (Jun 20, 2018).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/246
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.
@mattymatty97 commented on GitHub (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 commented on GitHub (Mar 24, 2020):
tmp fix for now is in config file
use
disabled_elements.BusinessCategory = true
and
disabled_elements.LabeledUri = true