'link' => 'none' does not work with fild type 'taxonomy'

Support MB Admin Columns 'link' => 'none' does not work with fild type 'taxonomy'

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44410
    Yivgenia MaktazYivgenia Maktaz
    Participant

    Hi,
    I have a problem, 'link' => 'none' does not work in this code.
    How to disable showing the category name as a link?

    
                [
                    'name'       => 'Categories',
                    'id'         => $prefix . 'cat',
                    'type'       => 'taxonomy',
                    'taxonomy'   => 'team_cats',
                    'field_type' => 'select',
                    'attributes' => [
                        'required'  => true,
                    ],
    
                    'admin_columns'     => [
                        'position'   => 'after ' . $prefix . 'order', //col id
                        'title'      => 'Category',
                        'before'     => '<b>',
                        'after'      => '</b>',
                        'sort'       => true,
                        'filterable' => true,
                        'link'       => 'none',
                    ] 
                  
                ],
    
    #44424
    PeterPeter
    Moderator

    Hello,

    Thank you for your feedback.

    I can see the issue on my demo site. I've escalated it to the development team to fix it in future updates.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.