Skip to content
Commit 3aa0dd53 authored by Jesse Glick's avatar Jesse Glick
Browse files

[JENKINS-19446] Saving Jenkins configuration in onRenamed/onDeleted is often overkill.

This is already handled by ListView.Listener (other kinds of views are now responsible for their own listeners).
And handled better—if there are no actual changes
(because you have no such views, or they do not mention this job), there is no need to save.
Also moving the actual saving in those remaining cases out of the lock on the ListView itself, just in case.
parent f3558e17
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment