mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-24 06:15:06 +08:00
hotfix: task_relatedRecord
This commit is contained in:
parent
04fc15f1c0
commit
b08ba22238
1 changed files with 1 additions and 1 deletions
|
@ -961,7 +961,7 @@ class AnyRecordSelector extends RecordSelector {
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
super.componentDidMount()
|
super.componentDidMount()
|
||||||
|
|
||||||
$.get('/commons/metadata/entities', (res) => {
|
$.get('/commons/metadata/entities?detail=true', (res) => {
|
||||||
const _entities = res.data || []
|
const _entities = res.data || []
|
||||||
if (_entities.length === 0) $(this._$select).attr('disabled', true)
|
if (_entities.length === 0) $(this._$select).attr('disabled', true)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue