I wrote a plugin that extends from Dashboard view 
<https://wiki.jenkins-ci.org/display/JENKINS/Dashboard+View>. The dashboard 
has default values for entries in the Create View form. Sample content in 
configure-entries.jelly is below:

    <f:section title="Dashboard Content">
        <f:entry title="Build Age (Days)"
                
 help="/plugin/quality-dashboard/help/help-configBuildAge.html">
            <f:textbox name="daysFilter" field="daysFilter" default="7" />
        </f:entry>

The dashboard gets created properly (e.g. non-default values are used in 
the dashboard created), but when I click Edit View link, the form does not 
show the values that were used to create the view.  Instead, it shows the 
default values for the fields.

How do I properly implement this so that current values used are 
propagated? Do I need to create a different .jelly file for Edit View?

Thanks!
-jacqui

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/e6363b40-e65d-4f82-847e-faf417ccbce2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to