Skip to content

Commit

Permalink
hotfix: task_relatedRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Jan 9, 2025
1 parent 04fc15f commit b08ba22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/web/assets/js/rb-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ class AnyRecordSelector extends RecordSelector {
componentDidMount() {
super.componentDidMount()

$.get('/commons/metadata/entities', (res) => {
$.get('/commons/metadata/entities?detail=true', (res) => {
const _entities = res.data || []
if (_entities.length === 0) $(this._$select).attr('disabled', true)

Expand Down

0 comments on commit b08ba22

Please sign in to comment.