Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Conversation

@GeoffCoxMSFT
Copy link
Member

Description

Triggers w/o properties were missing, this now provides the form-wide group
Updated to include expectedProperties in property search

Task Item

Fixes #4534

Screenshots

image

@GeoffCoxMSFT GeoffCoxMSFT changed the title Add form-wide and better trigger grouping fix: Add form-wide and better trigger grouping Oct 26, 2020
const isValidProperty = validProperties
? (x: string | undefined) => x && validProperties.findIndex((p) => x === p) !== -1
? (x: string | undefined) =>
x && (x === NoGroupingTriggerGroupName || validProperties.findIndex((p) => x === p) !== -1)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: replace indexOf with includes

hatpick
hatpick previously approved these changes Oct 26, 2020
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 55.025% when pulling f30768c on gcox/fixTriggerGroups into 0bd209c on main.

@GeoffCoxMSFT GeoffCoxMSFT merged commit 2e0f35c into main Oct 26, 2020
@GeoffCoxMSFT GeoffCoxMSFT deleted the gcox/fixTriggerGroups branch October 26, 2020 22:24
@cwhitten cwhitten mentioned this pull request Nov 13, 2020
lei9444 pushed a commit to lei9444/BotFramework-Composer-1 that referenced this pull request Jun 15, 2021
* Add form-wide and better trigger grouping

* Fix double import from merge

* PR fix
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Grouped triggers need to display form-wide operations grouping

4 participants