mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(Data Table Node): Add new filters to node operation conditions (no-changelog) (#18942)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
This commit is contained in:
@@ -62,19 +62,15 @@ export function getSelectFields(
|
||||
default: 'id',
|
||||
},
|
||||
{
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-wrong-for-dynamic-options
|
||||
displayName: 'Condition',
|
||||
name: 'condition',
|
||||
// eslint-disable-next-line n8n-nodes-base/node-param-description-missing-from-dynamic-options
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Equals',
|
||||
value: 'eq',
|
||||
},
|
||||
{
|
||||
name: 'Not Equals',
|
||||
value: 'neq',
|
||||
},
|
||||
],
|
||||
typeOptions: {
|
||||
loadOptionsDependsOn: ['&keyName'],
|
||||
loadOptionsMethod: 'getConditionsForColumn',
|
||||
},
|
||||
default: 'eq',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user