Opened 10 years ago
Closed 9 years ago
#12290 closed defect (worksforme)
Default value of text areas and text fields are not shown when using "show_when_type"
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | DynamicFieldsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description (last modified by )
The default value of the field is ignored if the field is configured as .show_when_type
and is hidden at page load.
I have this issue either if I use [field].value
or [field].default_value
.
trac version: 1.0.5
Dynamic Fields Plugin installed from diff-from-_-14531-to-dynamicfieldsplugin-14531 (trunk).
Please let me know if you need further informations. Thank you
Attachments (1)
Change History (7)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Owner: | changed from Rob Guttman to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
comment:5 Changed 9 years ago by
The only case I can see in your configuration for which a default value is applied is the value 755
for permissi
when the type is Job Jenkins. Is the case for which you discovered the bug?
comment:6 Changed 9 years ago by
Resolution: | → worksforme |
---|---|
Status: | accepted → closed |
Per the documentation (DynamicFieldsPlugin#Hiderule), please add the following to [ticket-custom]
in trac.ini:
permessi.clear_on_hide = false
Could you post your entire
[ticket-custom]
section? I'll have some time in a few days to try and reproduce.