Jake Vanderwerf
2026-04-15 c4aa5cdb5e90ad4b420e22772797d16980232a2b
inc/helpers/crud.php
@@ -6,6 +6,7 @@
use JVBase\managers\Cache;
use JVBase\meta\Form;
use JVBase\registrar\Registrar;
/**
 * For whatever reason, after much testing, it seems that
@@ -57,6 +58,7 @@
}
/**
 * @deprecated use CRUDManager.php or CRUDSkeleton.php
 * Outputs the blocks of a CRUD management in backend
 * Mainly used in news.php so far
 * @param string $content
@@ -346,7 +348,7 @@
    $nav .= '</nav>';
    echo $nav;
    $fields = jvbGetFields($postType);
    $fields = Registrar::getFieldsFor($postType);
    ?>
    <form class="jvb-form" id="bio" data-form-id="bio-<?=$ID?>" data-save="bio"
          data-object-id="<?=$ID?>" data-content-type="<?=$postType?>">