Hello all! While developing our Drupal site, we have set up some additional custom roles and assigned permissions to these roles. As developers, we configure these incrementally and test on our development environment. Once this is tested and working, what is the best way to transfer all these custom roles and assigned permissions to test and production environments, such that the site administrators do not need to go into the Drupal administration page manually to re-configure and assign all these custom roles and assigned permissions? Should I build some custom module to handle this?
I am creating a form that uses an ajax modal confirm form. The confirm form is displayed, but pressing the "Confirm" button just disappears the panel, but the submitform() never runs. If I call the confirm form separately without ajax OpenModalDialog, it works, formsubmit() runs. How could this be implemented?