bug #3400690 [privileges] DB-specific privileges won't submit
Db/table specific privileges has not been ajaxified. So skip it for now.
This commit is contained in:
@@ -346,7 +346,7 @@ $(document).ready(function() {
|
||||
* @memberOf jQuery
|
||||
* @name edit_user_submit
|
||||
*/
|
||||
$("#edit_user_dialog").find("form").live('submit', function(event) {
|
||||
$("#edit_user_dialog").find("form:not(#db_or_table_specific_priv)").live('submit', function(event) {
|
||||
/** @lends jQuery */
|
||||
event.preventDefault();
|
||||
|
||||
|
Reference in New Issue
Block a user