Skip to content

Conversation

@dbimaka
Copy link
Contributor

@dbimaka dbimaka commented Sep 9, 2025

…e process instances screen is showed

Removed redundant urlQueryParameters which interfered with menu

…e process instances screen is showed

Removed redundant urlQueryParameters which interfered with menu
@dbimaka dbimaka self-assigned this Sep 9, 2025
description="msg://io.openbpm.control/menu_config.bpm_ProcessInstance.list.description"
title="msg://io.openbpm.control/menu_config.bpm_ProcessInstance.list.title" icon="TASKS">
<urlQueryParameters>
<parameter name="mode" value="active"/>
Copy link
Contributor

Choose a reason for hiding this comment

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

This code is needed to add a tab parameter to the URL. If you remove the parameter, the URL will be empty. The highlighting error is caused by Vaadin. You can replace the parameters with URL Aliases and create three aliases for each tab.

https://vaadin.com/docs/latest/flow/routing/route#creating-route-aliases

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Decided to go with a different approach
Added new HighlightCondition for Process instances menu item, to highlight the menu item even with added url parameters

…e process instances screen is showed

Added new HighlightCondition for Process instances menu item, to highlight the menu item even with added url parameters
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.

3 participants