chino Lin

Results 7 issues of chino Lin

目前观察好像只有后台操作界面多语 如果前台要双语就要自己另外写多语系编辑 另外我在测试编辑器editor指定语言包languageUrl()给js 似乎无作用 如果我想要做切换多语言编辑表单 在编辑器的部份换成对应的语言无法成功切换过去

复写admin站点配置沒效果

因為export之後自動加了單引號 就算指定數字 不能加總處理 如何能指定某欄位去除單引號 如不能指定 全刪除的方式也可以 謝謝

I can't ignore error pages using "try catch" I use this code ` try { $order_line = $this->odoo->create('sale.order.line', $fields); } catch (Exception $e) { return redirect()->route('createOrder')->with('errorInfo',$e->getMessage())->withInput(); }` redirect errorpage: `Edujugon\Laradoo\Exceptions\OdooException...

- Laravel Version: 8 - PHP Version: 7.4 - Dcat Admin Version: 2.2 ### Description: 例如先选 产品 取得id 传到Modal::make的payload中 我看好像页面载入时就已经把Modal按钮网址参数设死 参数如在按钮上还能复写 但只能设在php参数不知道有变通方式吗 谢谢 ### Steps To Reproduce: $table->select('product_id')->options($option); $po_modal =...

- Laravel Version: 8.x - PHP Version: 7.4 - Dcat Admin Version: 2.2.2 ### Description: 我的需求是這個numbers欄位本身就是紀錄數量 而我要行内编辑 下拉選單自己的數量 但值都傳到display裡, 無法傳入select 外面也不能用$this->numbers先取得值再use傳入 $numbers = $this->numbers; $grid->column('numbers')->select(function() use( $numbers ) { $options...

- Laravel Version: 8.#.# - PHP Version: 7.4.# - Dcat Admin Version: 2.2.2 ### Description: 有時候這個switch一開始載入頁面 圖片會跑掉 如圖 編輯狀態設1 圖片卻是關閉 $form->switch('active')->default('1',true); [https://upload.cc/i1/2023/08/03/nKypqb.jpg](https://upload.cc/i1/2023/08/03/nKypqb.jpg) ### Steps To Reproduce: