WIP - Fix create field dialog placement and look up field creation

This commit is contained in:
Francisco Gaona
2026-01-07 21:00:06 +01:00
parent 6c73eb1658
commit b34da6956c
4 changed files with 92 additions and 84 deletions

View File

@@ -394,6 +394,7 @@ export class ObjectService {
'url': 'URL',
'color': 'TEXT',
'json': 'JSON',
'lookup': 'LOOKUP',
'belongsTo': 'LOOKUP',
'hasMany': 'LOOKUP',
'manyToMany': 'LOOKUP',