mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-10-31 07:13:02 +00:00 
			
		
		
		
	Fix for #2537 (Impossible to set Denied Column Value from user table)
This commit is contained in:
		| @@ -548,11 +548,11 @@ $(function() { | ||||
|         }, | ||||
|     }); | ||||
|  | ||||
|     $("#user-table").on("click-cell.bs.table", function (field, value, row, $element) { | ||||
|     /*$("#user-table").on("click-cell.bs.table", function (field, value, row, $element) { | ||||
|         if (value === "denied_column_value") { | ||||
|             confirmDialog("btndeluser", "GeneralDeleteModal", $element.id, user_handle); | ||||
|         } | ||||
|     }); | ||||
|     });*/ | ||||
|  | ||||
|     $("#user-table").on("check.bs.table check-all.bs.table uncheck.bs.table uncheck-all.bs.table", | ||||
|     function (e, rowsAfter, rowsBefore) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ozzie Isaacs
					Ozzie Isaacs