Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add search functionality to WorkflowDefinitionList #166

Merged
merged 3 commits into from
Mar 5, 2024
Merged

Conversation

sfmskywalker
Copy link
Member

@sfmskywalker sfmskywalker commented Mar 4, 2024

The _searchString private variable was replaced by a SearchTerm property. The OnSearch method was updated to reflect this change and renamed to OnSearchTermChanged. A search text field was also added to the WorkflowDefinitionList view. Some import statements have been adjusted and several other minor changes implement in UI.

Closes elsa-workflows/elsa-core#4618

The _searchString private variable was replaced by a SearchTerm property. The OnSearch method was updated to reflect this change and renamed to OnSearchTermChanged. A search text field was also added to the WorkflowDefinitionList view. Some import statements have been adjusted and several other minor changes implement in UI.
@sfmskywalker sfmskywalker requested review from a team March 4, 2024 20:31
The version of the Elsa.Api.Client has been updated from 3.1.0-preview.1133 to 3.1.0-4618.1149.
MariusVuscanNx
MariusVuscanNx previously approved these changes Mar 5, 2024
The Elsa.Api.Client package version has been updated from 3.1.0-4618.1150 to 3.1.0-preview.1152. This change is made to use the latest preview version of the package.
@sfmskywalker sfmskywalker enabled auto-merge (squash) March 5, 2024 08:28
@sfmskywalker sfmskywalker merged commit d3a8007 into main Mar 5, 2024
2 checks passed
@sfmskywalker sfmskywalker deleted the issue/4618 branch March 5, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow Definition List Search
2 participants