Skip to content

kalatheme_form_element_label problem with og permission group admninister #304

@pierrelucueisd

Description

@pierrelucueisd

i desactivate kalatheme_form_element_label in includes/fapi.inc and
i am now able of desactivating permission in group/%/%/admin/permissions.
Beafore that, i was unable of removing permission but was able of
activating a new for a role.

more specificly, when i keep kalatheme_form_element_label activated in code but when i desacivated the following sub code:

if ($is_radio_or_checkbox && $element['#title_display'] != 'permissions' && isset($element['#children'])) { $output .= $element['#children']; }
it was working ok but i did not test all the other functionnality. So i prefered to desactivate this function and use te one providen by core theme for avoiding error.

I do not undertand the correct way of hannling $element['#children'] so ist the best way for me to correct the problem for me but it should be usefull for other to correct this bug with og.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions