mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
get docs with wrong file type in view, update page title when choosing list
This commit is contained in:
parent
1ad2976f0d
commit
dc5d742c45
|
@ -505,6 +505,7 @@ $(document).ready( function() {
|
|||
ev.preventDefault();
|
||||
$('#kkkk.ajax').data('action', $(this).data('action'));
|
||||
$('#kkkk.ajax').trigger('update', {orderby: $(this).data('orderby')});
|
||||
window.history.pushState({"html":"","pageTitle":""},"", '../out/out.ObjectCheck.php?list=' + $(this).data('action'));
|
||||
});
|
||||
$('body').on('click', 'div.repair a', function(ev){
|
||||
ev.preventDefault();
|
||||
|
@ -539,6 +540,7 @@ $(document).ready( function() {
|
|||
$docsinrevision = $this->params['docsinrevision'];
|
||||
$docsinreception = $this->params['docsinreception'];
|
||||
$processwithoutusergroup = $this->params['processwithoutusergroup'];
|
||||
$wrongfiletypeversions = $this->params['wrongfiletypeversions'];
|
||||
$repair = $this->params['repair'];
|
||||
$unlink = $this->params['unlink'];
|
||||
$setfilesize = $this->params['setfilesize'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user