Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 2.0.5
-
Component/s: Plugin API
-
Labels:None
-
Complexity:Novice
-
Number of attachments :
Description
The report shows which fields are discovered and optional, but not which are read only. This can lead to some newby confusion where they think every field needs to be defined.
Attachments
Issue Links
| This issue is duplicated by: | ||||
| MNG-2375 | Generate docs for mojo goals should list whehter or not each parameter is read-only |
|
|
|
The first patch decorates with (Read Only) similar to (Discovered) and (Optional). A less confusing option is to not even show read only parameters. 2nd patch created for this option.