Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
ubuntu quantal
jenkins ver 1.502
Description
The jenkins ItemListener does not fire events when user clicks on the button to disable and enable a project. That button should at least fire an onUpdated event.
I just noticed this as well. It also doesn't fire when you change the description of a project using the "edit description" textbox on the project page. This is a pity, because it renders the onUpdated() method of ItemListener useless for me. (We'll use the SaveableListener as a workaround.)