aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionViewBase.tsx
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-02-12 16:27:45 -0500
committerMonika Hedman <monika_hedman@brown.edu>2019-02-12 16:27:45 -0500
commit39a61758f87f59366a3464b72fdf249a39a78955 (patch)
tree3bdcb59110a7eedfef3215439e77a09c1eeee0b4 /src/client/views/collections/CollectionViewBase.tsx
parent05a710e2a541a07347d1626489a1811874126c79 (diff)
parent6ef7d8f10b2ec78491b66ea4e2f6cebce3b0230a (diff)
Merge branch 'transforms' of https://github.com/browngraphicslab/Dash-Web into hedmanLocal
Diffstat (limited to 'src/client/views/collections/CollectionViewBase.tsx')
-rw-r--r--src/client/views/collections/CollectionViewBase.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionViewBase.tsx b/src/client/views/collections/CollectionViewBase.tsx
index 7e2fcb39d..a41196027 100644
--- a/src/client/views/collections/CollectionViewBase.tsx
+++ b/src/client/views/collections/CollectionViewBase.tsx
@@ -28,7 +28,9 @@ export const COLLECTION_BORDER_WIDTH = 2;
export class CollectionViewBase extends React.Component<CollectionViewProps> {
public static LayoutString(collectionType: string, fieldKey: string = "DataKey") {
- return `<${collectionType} Scaling={Scaling} DocumentForCollection={Document} CollectionFieldKey={${fieldKey}} ContainingDocumentView={DocumentView} BackgroundView={BackgroundView} />`;
+ return `<${collectionType} DocumentForCollection={Document} CollectionFieldKey={${fieldKey}}
+ GetTransform={GetTransform}
+ ContainingDocumentView={DocumentView}/>`;
}
@computed
public get active(): boolean {