7355-accountMigrationFixes2 #658

Merged
carlossa merged 12 commits from 7355-accountMigrationFixes2 into dev 2024-08-30 10:58:11 +00:00
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 691c9a8e81 - Show all commits

View File

@ -25,6 +25,12 @@ const columns = computed(() => [
isId: true,
columnFilter: {
inWhere: true,
component: 'select',
name: 'search',
attrs: {
url: 'VnRoles',
fields: ['id', 'name'],
},
},
cardVisible: true,
},