Zahrin Azam
Zahrin Azam
!empty($fk) will skip parent table that does not have any parent to have children to be excluded from generate this expanded column. $this->createTable('{{%parent}}', [ 'id' => $this->primaryKey(), 'name' => $this->string(),...
yep...same here... temporarily, i tweak by alter update method ```php public function actionUpdate($id) { ....... if ($model->loadAll(Yii::$app->request->post()) && $model->saveAll(['draftStatuses'])) { // return to view } } ``` skip that relation...
```php if (!$isNewRecord) { //DELETE WITH 'NOT IN' PK MODEL & REL MODEL if ($isManyMany) { // Many Many $query = ['and', $notDeletedFK]; foreach ($notDeletedPK as $attr => $value) {...
```php public function saveAll($skippedRelations = []) { ... //No Children left $relAvail = array_keys($this->relatedRecords); $relData = $this->getRelationData(); $allRel = array_keys($relData); $noChildren = array_diff($allRel, $relAvail); ... } ``` this is the...
`npm i tolc/jquery.nicescroll#master` install it from specific repository temporarily did the trick
`npm i tolc/jquery.nicescroll#master` install it from specific repository temporarily did the trick
Please ensure the field are mark with indexes ({$i}) for dynamic form field.. ```php ...
please do composer update...i have mistakenly publish dev branch...tq for your support
indeed, this repo originally from wbraganca/dynamicform in which now im maintaining on my own repo since the owner no longer active.. could you point out any mistake if i miss...
can u share kartik datepicker version that u use? mine is working fine