Skip to content

Commit

Permalink
Merge pull request #4177 from jblueml/jblueml-detailslist-fix-handleb…
Browse files Browse the repository at this point in the history
…ars-context

Details List: Provide full search-results context in column expressions
  • Loading branch information
wobba authored Jan 8, 2025
2 parents 5c549d9 + 721ee5e commit 05d4ab3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions search-parts/src/components/DetailsListComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -828,12 +828,7 @@ export class DetailsListComponent extends React.Component<IDetailsListComponentP
{
data: {
root: {
slots: this._templateContext.slots,
theme: this._templateContext.theme,
context: this._templateContext.context,
instanceId: this._templateContext.instanceId,
properties: this._templateContext.properties,
utils: this._templateContext.utils
...this._templateContext
}
}
}
Expand Down

0 comments on commit 05d4ab3

Please sign in to comment.