diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-07-29 19:22:02 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-07-29 19:22:02 -0400 |
| commit | ae3e8e1497eb172d80b12cfc980a10486adabd8b (patch) | |
| tree | 9fc5b0c1175ae55f64faffa9420415b25452041c /src/client/views/collections/CollectionStackingView.tsx | |
| parent | 75fde56b1526784d726d1ccaa76cc92213740f51 (diff) | |
fixed templates with stacking and other nested views.
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 6e1968774..bcf3a85d7 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -276,6 +276,8 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { SetValue: this.addGroup, contents: "+ ADD A GROUP" }; + Doc.UpdateDocumentExtensionForField(this.props.DataDoc ? this.props.DataDoc : this.props.Document, this.props.fieldKey); + // let uniqueHeadings = headings.map((i, idx) => headings.indexOf(i) === idx); return ( <div className="collectionStackingView" |
