flowable / flowable/flowable-engine
Hardcoded value in AbstractGetFormInstanceModelCmd
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
After deploying a BAR with a model and a form in json format, `runtimeService.getStartFormModel` can be called successfully returns `FormInfo `
However, the returned value always ignores the value of `readOnly `attribue in the json form and set it to true, after digging it was found out that value is indeed ignored and hard coded to to true as per `org.flowable.form.engine.impl.cmd.AbstractGetFormInstanceModelCmd` line 228 where it says
`field.setReadOnly(true);`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.