Branch: refs/heads/master Home: https://github.com/jenkinsci/sectioned-view-plugin Commit: 7a9f98fd328d2bb60ed3b088eafdd38138d99a4c https://github.com/jenkinsci/sectioned-view-plugin/commit/7a9f98fd328d2bb60ed3b088eafdd38138d99a4c Author: Richard Thomas <rtho...@opencloud.com> Date: 2015-10-05 (Mon, 05 Oct 2015)
Changed paths: M src/main/java/hudson/plugins/sectioned_view/SectionedViewSection.java M src/main/java/hudson/plugins/sectioned_view/SectionedViewSectionDescriptor.java M src/main/resources/hudson/plugins/sectioned_view/ListViewSection/config.jelly M src/main/resources/hudson/plugins/sectioned_view/SectionedViewSection/config.jelly Log Message: ----------- [JENKINS-8276] Moved method that tests for job filter extenstions from SectionedViewSection to SectionedViewSectionDescriptor. The config.jelly file was previously attempting to invoke this method in SectionedViewSection via the 'instance' reference. However the 'instance' does not exist until the new section is saved. Because of this the 'Add Job Filter' button could never appear until after the view was saved and re-opened for editing. By moving the method to the SectionedViewSectionDescriptor class it is available before the section is created by the first save. Commit: 7e82f2774b5d93f9078078623e0a965ecdb73818 https://github.com/jenkinsci/sectioned-view-plugin/commit/7e82f2774b5d93f9078078623e0a965ecdb73818 Author: Timothy Bingaman <timothy.binga...@gmail.com> Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M src/main/java/hudson/plugins/sectioned_view/SectionedViewSection.java M src/main/java/hudson/plugins/sectioned_view/SectionedViewSectionDescriptor.java M src/main/resources/hudson/plugins/sectioned_view/ListViewSection/config.jelly M src/main/resources/hudson/plugins/sectioned_view/SectionedViewSection/config.jelly Log Message: ----------- Merge pull request #11 from opencloud/JENKINS-8276-fix-job-filters [JENKINS-8276] Moved method that tests for job filter extenstions fro… Compare: https://github.com/jenkinsci/sectioned-view-plugin/compare/376973723327...7e82f2774b5d -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.