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

Improve worklist_viewentry.xhtml #617

Open
rsoika opened this issue Nov 26, 2024 · 0 comments
Open

Improve worklist_viewentry.xhtml #617

rsoika opened this issue Nov 26, 2024 · 0 comments
Labels
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented Nov 26, 2024

In some cases the worklist_viewentry.xhtml throws a EL Exception because of the following expression using the contains method:

<h:panelGroup layout="block" style=""
 rendered="#{workitem.item['$workflowabstract'].contains('imixs-view-details')}">
<h:outputText escape="false" value="#{workitem.item['$workflowabstract']}" />
</h:panelGroup>

This issue occurs because the item '$workflowabstract' sometimes contains a Long value instead of a String value, and the Long class doesn't have a contains() method.

@rsoika rsoika added the bug label Nov 26, 2024
@rsoika rsoika added this to the 5.1.0 milestone Nov 26, 2024
rsoika added a commit that referenced this issue Nov 26, 2024
Issue #617
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant