Group clone limit

Support MB Group Group clone limitResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10269
    blastness1blastness1
    Participant

    Hi, I've a group with clone=> true inside a group with colne=> true like this:

              array(
                    'id'    => 'menu',
                    'type'  => 'group',
                    'clone' => true,
                    'sort_clone' => true,
                    'fields' => array(....)
    ....
        array('name' => __( 'name',),
               'id' => 'list',
                'type'=> 'group',
                 'clone' => true,
                  'sort_clone' => true,
                   'fields' => array(.....)

    I clone many groups but when I save I lost the last 20 groups I created. Why? there is a limit for clone? I try to set max_clone to 1000 but don't work.

    #10272
    Anh TranAnh Tran
    Keymaster

    This post might be the problem (and solution). Please take a look.

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