Markus Winter

Results 80 comments of Markus Winter

This [PR-6951](https://github.com/jenkinsci/jenkins/pull/6951) from core will make this change here obsolete as it provides a solution that will work for other plugins as well

How about just adding a doCheckDisplayNameOrNull method in the AbstractProjectDecriptor in a similar way as folders are doing it? ``` public FormValidation doCheckDisplayNameOrNull(@AncestorInPath AbstractProject project, @QueryParameter String value) { return...

@jenkinsci/core any chance to get this reviewed and merged. The bug is quite annoying.

@basil Would you mind taking another look. I addressed your concerns.

@jenkinsci/core-pr-reviewers friendly reminder

@basil @jenkinsci/core-pr-reviewers It's now over 2 years that this PR is open. And the problem is still annoying. I would really like to get this merged.

The configuration of the plugin is still on it's own page `backupsettings.jelly` with the Management link method `doSaveSettings` acting as proxy to save the configuration by calling each setter. I...