teresam856 on refactor_indexing
add todos for wiring up cli com… (compare)
https://cyber.gc.ca/en/alerts/active-exploitation-apache-log4j-vulnerability
OICR is issuing an IT alert for this ;; an updating list of affected software found here https://gist.github.com/SwitHak/b66db3a06c2955a9cb71a8718970c592
.views(self => {
const { renderProps: superRenderProps } = self
const filterMenu = {
label: 'Filter By Attributes',
icon: FilterListIcon,
onClick: () => {
const session = getSession(self)
const track = getContainingTrack(self) as IAnyStateTreeNode & { configuration: AnyConfigurationModel }
const widgetId = 'Variant-' + getConf(track, 'trackId');
const filterWidget = session.addWidget(
'InfoFilterWidget',
widgetId,
{ track: track.configuration }
)
session.showWidget(filterWidget)
}
}