select_tree for hierarchical taxonomies broken

Support General select_tree for hierarchical taxonomies broken

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10844
    JulienJulien
    Participant

    Hi,

    since last update(s), the select_tree is broken for taxonomies.

    The checkbox_tree is ok but the select tree isn't 🙁

    Screenshot before update
    Screenshot before update

    Screenshot after update
    Screenshot after update

    array(
                        'name'             => __( 'Sous-titre' ),
                        'id'               => "{$prefix}subtitle",
                        'type'             => 'text'
                    ),
                    array(
                        'name'             => __( 'Fichier' ),
                        'id'               => "{$prefix}file",
                        'type'             => 'file_input',
                        'max_file_uploads' => 1
                    ),
                    array(
                        'name'             => __( 'Catégorie'),
                        'id'               => "{$prefix}taxonomy",
                        'type'             => 'taxonomy',
                        'field_type' => 'select_tree',
                        'multiple' => false,
                        'taxonomy' => 'fiches_category'
                    )

    Any clue ? 🙂

    I checked with a backup and when I update all except MetaBox, all is fine and when I update MetaBox Plugins, I have the problem.

    I'm on WordPress 4.9.7 with WPML (2.3.5)

    #10863
    Anh TranAnh Tran
    Keymaster

    Hi Charlin, I've just fixed the bug. I'll release new version now.

    #10864
    JulienJulien
    Participant

    It's work 🙂

    Thanks a lot

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘select_tree for hierarchical taxonomies broken’ is closed to new replies.