Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/credentials-plugin
  Commit: c2840775a4a6b80a7bc2be5599cbff3967c1b421
      
https://github.com/jenkinsci/credentials-plugin/commit/c2840775a4a6b80a7bc2be5599cbff3967c1b421
  Author: Thomas de Grenier de Latour <thomas.degrenierdelat...@orange.com>
  Date:   2016-09-08 (Thu, 08 Sep 2016)

  Changed paths:
    M src/main/resources/lib/credentials/select/select.js

  Log Message:
  -----------
  [JENKINS-37707] fix missing Behaviour in /lib/credentials:select

When a credentials selector is dynamicaly added to the DOM and
no Behaviour was specified yet (for instance, in [JENKINS-37707],
when adding a first Credentials Binding wrapper, and we don't
have an other plugin, like Git, to ensure the credentials JS lib
is already loaded in the page), then some new Behaviours are
specified, and retro-applied to existing DOM elements (with
Behaviour.applySubtree in a timeout function).  It's a hack,
which almost works, but there was an issue with elements with
class 'credentials-select-control': there is a Behaviour specified
for them, but Behaviours are only applied to their children, not
themselves.  That's what this (rather obvious) patch fixes.
It seems to be enough to fix the error reported in [JENKINS-37707].


  Commit: 219ea3243a187bed78545fc215aa282fabe25a31
      
https://github.com/jenkinsci/credentials-plugin/commit/219ea3243a187bed78545fc215aa282fabe25a31
  Author: Stephen Connolly <stephen.alan.conno...@gmail.com>
  Date:   2016-09-20 (Tue, 20 Sep 2016)

  Changed paths:
    M src/main/resources/lib/credentials/select/select.js

  Log Message:
  -----------
  Merge pull request #67 from thomasgl-orange/JENKINS-37707

[JENKINS-37707] fix missing Behaviour in /lib/credentials:select


Compare: 
https://github.com/jenkinsci/credentials-plugin/compare/e0d05e2103b9...219ea3243a18

-- 
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.

Reply via email to