flowable / flowable/flowable-engine

Hardcoded value in AbstractGetFormInstanceModelCmd

Open
#2,932 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.