Browse Source

Update PM\PMConfig page

Visman 3 years ago
parent
commit
0f6171c2c2
1 changed files with 7 additions and 6 deletions
  1. 7 6
      app/Models/Pages/PM/PMConfig.php

+ 7 - 6
app/Models/Pages/PM/PMConfig.php

@@ -58,12 +58,13 @@ class PMConfig extends AbstractPM
             $this->fIswev = $v->getErrors();
             $this->fIswev = $v->getErrors();
         }
         }
 
 
-        $this->nameTpl    = 'pm/form';
-        $this->pmIndex    = Cnst::ACTION_CONFIG;
-        $this->formTitle  = 'PM Config title';
-        $this->formClass  = 'pmconfig';
-        $this->form       = $this->formConfig($args);
-        $this->pmCrumbs[] = [$this->c->Router->link('PMAction', $args), 'PM Config'];
+        $this->nameTpl      = 'pm/form';
+        $this->onlineDetail = null;
+        $this->pmIndex      = Cnst::ACTION_CONFIG;
+        $this->formTitle    = 'PM Config title';
+        $this->formClass    = 'pmconfig';
+        $this->form         = $this->formConfig($args);
+        $this->pmCrumbs[]   = [$this->c->Router->link('PMAction', $args), 'PM Config'];
 
 
         return $this;
         return $this;
     }
     }