Change proposal for org.activiti.engine.impl.form.StringFormType.convertModelValueToFormValue

cancel
Showing results for 
Search instead for 
Did you mean: 
edsonrichter
Active Member II

Change proposal for org.activiti.engine.impl.form.StringFormType.convertModelValueToFormValue

Jump to solution

I would like to propose a change in org.activiti.engine.impl.form.StringFormType.convertModelValueToFormValue method, as in the attached file.

The goal is to avoid a class cast exception that is thrown when a developer makes a mistake (regarding object type) and now cannot even cancel tasks and/or the process because of the CCE.

THIS CHANGE IS BASED ON ACTIVITI 5.0.21.

1 Solution

Accepted Solutions
cjose
Senior Member II

Re: Change proposal for org.activiti.engine.impl.form.StringFormType.convertModelValueToFormValue

Jump to solution

Hi, thank you for your proposal. Forum is probably not the right place to make change proposals. You could raise an issue in the project on GitHub and even make a PR to get it reviewed by the Activiti developers/contributors.

View solution in original post

1 Reply
cjose
Senior Member II

Re: Change proposal for org.activiti.engine.impl.form.StringFormType.convertModelValueToFormValue

Jump to solution

Hi, thank you for your proposal. Forum is probably not the right place to make change proposals. You could raise an issue in the project on GitHub and even make a PR to get it reviewed by the Activiti developers/contributors.