Skip to content

Commit eba3cfa

Browse files
committed
Add SourceMSR to visible fields in the list view. This allows users of global search to easily identify the originating MSR
1 parent e769c3d commit eba3cfa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/common/columnForMenu.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,11 @@ export const ColumnForResource: {[key: string]: object} = {
12011201
title: "Geometry",
12021202
type: "object",
12031203
visibleFrom: []
1204+
},
1205+
sourceMSR: {
1206+
title: "Source MSR",
1207+
type: "string",
1208+
visibleFrom: ["detail", "list", "edit", "edit-new"],
12041209
}
12051210
},
12061211
newOrganization: {

0 commit comments

Comments
 (0)