-
Imported from JIRA [DS-560] created by wbossons
The news feature – both the news-xmlui.xml and related news-side and news-top .html files for xmlui live in the dspace/config dir. It seems like t…
-
- Laravel Version:8.0
- PHP Version: 7.4
- Dcat Admin Version: 2.0.10
### Description:
需求:行内编辑单价,获取该行数量字段,然后在表单回调操作代码中自动计算总价
表格行内编辑时表单回调操作代码中是否可以获取到该行其他字段的值呢?有没有其他解决方案?
### Steps To Repr…
-
- Laravel Version: 7+
- PHP Version: 7+
- Dcat Admin Version: 2.0.11
### Description:
`$this->deviceModel = Device::with(['deviceStatus', 'deviceClass', 'customer']);`
model存在with的情况
`$grid->c…
-
Laravel Version: 5.8
PHP Version: 7.3
Dcat Admin Version: ^2.0
### Description:
在编辑页面$form->timeRange()无法设置默认值?
-
- Laravel Version: 8.x
- PHP Version: 7.4
- Dcat Admin Version: 2.x
### Description:
安装未报错,登录提示419 unknown status
-
- Laravel Version: 6.20.5
- PHP Version: 7.2.27
- Dcat Admin Version: 2.0.15-beta
### Description:
filter checkbox 页面无法回显, 并且样式有点问题, 是我的用法有问题吗?
### Steps To Reproduce:
```
$filter->equal('g…
-
- Laravel Version: 8.0
- PHP Version: 7.3
- Dcat Admin Version: 2.0.5
### Description:
![image](https://user-images.githubusercontent.com/31877333/98318614-f0bb2580-2019-11eb-92fa-7c4621212d82.p…
-
- Laravel Version: #.#.#
- PHP Version: #.#.#
- Dcat Admin Version: 1.7.0
### Description:
进入自定义页面时,有时候会报这个错
![image](https://user-images.githubusercontent.com/62862010/92572797-7723e700-f2b7…
-
- Laravel Version: #.#.#
- PHP Version: #.#.#
- Dcat Admin Version: #.#.#
### Description:
比如1024*768宽度,左上角折叠菜单的按钮会被遮挡
### Steps To Reproduce:
-
Dcat Admin Version: 1.7.7
### Description:
因为业务逻辑需要在前端监听数据表单的 `submit` 事件进行一些处理。
我在控制器中添加了下面的代码
```
$formId=$form->getElementId();
Admin::script(