Jake Vanderwerf
2026-03-29 275c0d74cd68677622a5431505c5c870c473063d
inc/ui/CRUDSkeleton.php
@@ -216,7 +216,6 @@
    */
   public function addTaxonomyFilter(array $taxonomies, ?string $limit = null): self {
      foreach($taxonomies as $taxonomy) {
         error_log('Fetchinig taxonomy: '.print_r($taxonomy, true));
         $registrar = Registrar::getInstance($taxonomy);
         if ($registrar) {
@@ -1555,7 +1554,10 @@
         <input type="hidden" name="content" value="<?=$this->dataType?>" />
         <div class="fields">
            <?php
            echo Form::render('post_status', '', $this->getStatusFieldConfig('edit-'));
            if (!empty($this->statuses)) {
               echo Form::render('post_status', '', $this->getStatusFieldConfig('edit-'));
            }
            if (!empty($this->sections)) {