I have looked for a while, but I can\'t find a solution for this. I want the following:
As mentioned above In the html in the same button, you can ask to close the current modal with data-dismiss and open a new modal directly with data-target:
But this will cause scroll-bar disappear and you will notice that if the second modal was longer that the first one
So the solution is to add the following style in the modal inline style :
Style = "overflow-y : scroll ; "