Skip to content

Commit

Permalink
Merge pull request #536 from tgoetz/master
Browse files Browse the repository at this point in the history
[select2] make AbstractSelect2Choice public
  • Loading branch information
solomax committed Sep 5, 2016
2 parents eebafcd + dbd2296 commit 32132d6
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -49,7 +49,7 @@
* type of model object
* @author igor
*/
abstract class AbstractSelect2Choice<T, M> extends AbstractTextComponent<M> implements IRequestListener
public abstract class AbstractSelect2Choice<T, M> extends AbstractTextComponent<M> implements IRequestListener
{
private static final long serialVersionUID = 1L;

Expand Down Expand Up @@ -287,7 +287,7 @@ protected void onConfigure()
}
else if (isAjax())
{
getSettings().getAjax().setUrl(urlForListener(null));
getSettings().getAjax(true).setUrl(urlForListener(null));
}
}

Expand Down

0 comments on commit 32132d6

Please sign in to comment.