afdj

Results 8 comments of afdj

It's simple, Just create new Model object in actionUpdate. Something like this ``` $modelsDetail = !empty($model->prospectContainers) ? $model->prospectContainers : [new ProspectContainer()]; $modelsDetailDetail = []; $oldDetailDetails = []; if (!empty($modelsDetail)) {...

Hi, Have you managed to solve the problem above? If yes, please share the information

@rohini-knowlens , Have you solved this problem? I have same problem in : - php 8.1 - Yii2 , 2.0.47 - filsh, v2.1.1

Maybe we need, how to implement the OpenID ?

#SOLVED ``` /** * @throws InvalidConfigException */ public function actionPublicKey() { /** @var Module $module */ $module = Yii::$app->getModule('oauth2'); return $module->getServer() ->getStorage('public_key') ->getPublicKey('some-client-id'); } ```

Owh, thanks, It looks like for me, a lot of struggle to implement your awesome lobiadmin with yii2. Thanks On 18 Aug 2016 22:39, "Zura Sekhniashvili" [email protected] wrote: > Thank...