You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Its not a issue but i Look dir the Place in the Code where the field.relation value was set. Look at Code down. I dont find the Place in the Code. So i have to ask, sorry for That. Is the value set by the api or somewhere in the app?
Its not a issue but i Look dir the Place in the Code where the field.relation value was set. Look at Code down. I dont find the Place in the Code. So i have to ask, sorry for That. Is the value set by the api or somewhere in the app?
<v-ext-display v-else-if=" useInterfaces && (!isNil(row[field]) || (fieldInfo && fieldInfo.type.toLowerCase() === 'alias')) " :id="field" :interface-type="fieldInfo.interface" :name="field" :values="row" :collection="collection" :type="fieldInfo.type" :datatype="fieldInfo.datatype" :options="fieldInfo.options" :value="row[field]" :relation="**fieldInfo.relation**" class="ellipsis" />
The text was updated successfully, but these errors were encountered: