Update sqlalchemy-utils dependency for oauth
Sort for state checkbox in user list and books list working
This commit is contained in:
parent
04971f8672
commit
0f95800dde
|
@ -117,6 +117,7 @@ $(function() {
|
|||
|
||||
$("#books-table").bootstrapTable({
|
||||
sidePagination: "server",
|
||||
queryParams: queryParams,
|
||||
pagination: true,
|
||||
paginationLoop: false,
|
||||
paginationDetailHAlign: " hidden",
|
||||
|
@ -734,8 +735,6 @@ function queryParams(params)
|
|||
params.state = JSON.stringify(selections);
|
||||
return params;
|
||||
}
|
||||
function user_handle (userId) {
|
||||
}
|
||||
|
||||
function test(){
|
||||
console.log("hello");
|
||||
|
|
|
@ -27,7 +27,7 @@ Flask-SimpleLDAP>=1.4.0,<1.5.0
|
|||
|
||||
#oauth
|
||||
Flask-Dance>=1.4.0,<3.1.0
|
||||
SQLAlchemy-Utils>=0.33.5,<0.37.0
|
||||
SQLAlchemy-Utils>=0.33.5,<0.38.0
|
||||
|
||||
# extracting metadata
|
||||
lxml>=3.8.0,<4.7.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user