Jump to content

Delete repeater field via api gives error


fliwire
 Share

Recommended Posts

page has shipments ( repeater field ) with file field.

$shipment = pages()->get($input->post->shipment_id);
$shipment->of(false);
$pages->delete($page, true);
 

$page->of(false);
$page->shipments->remove($pages->get($input->post->shipment_id));
$page->save();

both of work but give 500 error..  delete page with ajax. 
In console " Error: Call to a member function numChildren() on null (line 431 of \wire\core\PagesEditor.php) "

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...