Changes in Rights and Roles
This commit is contained in:
@@ -19,7 +19,7 @@ const setupPage = async () => {
|
||||
items.value = (await useSupabaseSelect("projects","*, customer (name), plant(name), projecttype(name, id)","projectNumber")).map(project => {
|
||||
return {
|
||||
...project,
|
||||
profiles: project.profiles.map(x => profiles.find(z => z.id === x).fullName).join(", "),
|
||||
//profiles: project.profiles.map(x => profiles.find(z => z.id === x).fullName).join(", "),
|
||||
phase: getActivePhaseLabel(project)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user